Skip to content

Commit 2949e23

Browse files
committed
Configure dependencies between ext/standard targets
1 parent 0fbbe8d commit 2949e23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/ext/standard/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,9 @@ target_sources(
578578
$<IF:$<BOOL:$<TARGET_PROPERTY:PHP_CLI>>,$<TARGET_OBJECTS:php_standard_functions_cli>,$<TARGET_OBJECTS:php_standard_functions>>
579579
)
580580

581+
add_dependencies(php_standard_functions php_standard)
582+
add_dependencies(php_standard_functions_cli php_standard)
583+
581584
################################################################################
582585
# Configuration header
583586
################################################################################

0 commit comments

Comments
 (0)