File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ function(GAMEMODULE)
7777 "-D${inherited_option} =${${inherited_option} }" )
7878 endforeach (inherited_option)
7979
80+ add_custom_target (nacl-vms ALL )
81+
8082 if (USE_NACL_SAIGO)
8183 unset (NACL_VMS_PROJECTS)
8284
@@ -93,6 +95,7 @@ function(GAMEMODULE)
9395
9496 set (NACL_VMS_PROJECT nacl-vms-${NACL_TARGET} )
9597 list (APPEND NACL_VMS_PROJECTS ${NACL_VMS_PROJECT} )
98+ add_dependencies (nacl-vms ${NACL_VMS_PROJECT} )
9699
97100 ExternalProject_Add(${NACL_VMS_PROJECT}
98101 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}
@@ -128,6 +131,7 @@ function(GAMEMODULE)
128131 else ()
129132 set (NACL_VMS_PROJECT nacl-vms-pexe)
130133 set (NACL_VMS_PROJECTS ${NACL_VMS_PROJECT} )
134+ add_dependencies (nacl-vms ${NACL_VMS_PROJECT} )
131135
132136 # Workaround a bug where CMake ExternalProject lists-as-args are cut on first “;”
133137 string (REPLACE ";" "," NACL_TARGETS_STRING "${NACL_TARGETS} " )
You can’t perform that action at this time.
0 commit comments