We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca2570 commit d031828Copy full SHA for d031828
hphp/CMakeLists.txt
@@ -135,7 +135,6 @@ endif()
135
136
add_subdirectory(tools/hfsort)
137
add_subdirectory(tools/version)
138
-add_subdirectory(tools/tc-print)
139
140
add_subdirectory(compiler)
141
add_subdirectory(hack)
@@ -145,6 +144,10 @@ add_subdirectory(neo)
145
144
add_subdirectory(runtime)
146
add_subdirectory(runtime/ext)
147
+# Note: tc-print depends on EXTENSION_SYSTEMLIB_SOURCES being already set
148
+# and therefore should be added after extensions.
149
+add_subdirectory(tools/tc-print)
150
+
151
# The runtime/test binary require GTest and GMock to be installed globally
152
option(RUNTIME_TEST_BIN "Create the HHVM runtime/test binary" OFF)
153
if (RUNTIME_TEST_BIN)
0 commit comments