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 0fbbe8d commit 2949e23Copy full SHA for 2949e23
cmake/ext/standard/CMakeLists.txt
@@ -578,6 +578,9 @@ target_sources(
578
$<IF:$<BOOL:$<TARGET_PROPERTY:PHP_CLI>>,$<TARGET_OBJECTS:php_standard_functions_cli>,$<TARGET_OBJECTS:php_standard_functions>>
579
)
580
581
+add_dependencies(php_standard_functions php_standard)
582
+add_dependencies(php_standard_functions_cli php_standard)
583
+
584
################################################################################
585
# Configuration header
586
0 commit comments