We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a0b84 commit e975d63Copy full SHA for e975d63
hphp/runtime/ext/watcher/config.cmake
@@ -1,6 +1,8 @@
1
HHVM_DEFINE_EXTENSION("watchman" IMPLICIT
2
SOURCES
3
ext_watcher.cpp
4
+ watcher-clock.cpp
5
+ watcher-options.cpp
6
SYSTEMLIB
7
ext_watcher.php
8
DEPENDS
hphp/util/hphp-config.h.in
@@ -90,7 +90,7 @@ ${HHVM_COMPILES_DEFINE_STRING}
90
#endif
91
92
#ifdef USE_CMAKE
93
-# if ${HHVM_EXTENSION_COUNT} != 99
+# if ${HHVM_EXTENSION_COUNT} != 100
94
# error You need to update the config file for the new builtin extension, and add the define to the FB section
95
# endif
96
${HHVM_EXTENSIONS_ENABLED_DEFINE_STRING}
0 commit comments