Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions hphp/runtime/ext/sbcc/config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HHVM_DEFINE_EXTENSION("sbcc"
SOURCES
ext_sbcc.cpp
format/sbcc-cache.cpp
format/sbcc-reader.cpp
format/sbcc-writer.cpp
SYSTEMLIB
ext_sbcc.php
)
2 changes: 1 addition & 1 deletion hphp/util/hphp-config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ${HHVM_COMPILES_DEFINE_STRING}
#endif

#ifdef USE_CMAKE
# if ${HHVM_EXTENSION_COUNT} != 100
# if ${HHVM_EXTENSION_COUNT} != 102
# error You need to update the config file for the new builtin extension, and add the define to the FB section
# endif
${HHVM_EXTENSIONS_ENABLED_DEFINE_STRING}
Expand Down