1 parent 65a0b80 commit 92fb045Copy full SHA for 92fb045
2 files changed
hphp/runtime/ext/watcher/config.cmake
@@ -1,6 +1,8 @@
1
HHVM_DEFINE_EXTENSION("watcher" 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
@@ -88,7 +88,7 @@ ${HHVM_COMPILES_DEFINE_STRING}
88
#endif
89
90
#ifdef USE_CMAKE
91
-# if ${HHVM_EXTENSION_COUNT} != 99
+# if ${HHVM_EXTENSION_COUNT} != 100
92
# error You need to update the config file for the new builtin extension, and add the define to the FB section
93
# endif
94
${HHVM_EXTENSIONS_ENABLED_DEFINE_STRING}
0 commit comments