Exam ig
This commit is contained in:
@@ -79,6 +79,9 @@ add_custom_command(TARGET CopyLuaScripts POST_BUILD
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/lua
|
||||
$<TARGET_FILE_DIR:${PROJECT_NAME}>/)
|
||||
|
||||
# add dependencies
|
||||
add_dependencies(${PROJECT_NAME} CopyLuaScripts)
|
||||
|
||||
add_custom_target(CopyResources ALL
|
||||
COMMENT "Copying resources to output directory"
|
||||
)
|
||||
@@ -88,4 +91,6 @@ add_custom_command(TARGET CopyResources POST_BUILD
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/resources
|
||||
$<TARGET_FILE_DIR:${PROJECT_NAME}>/resources)
|
||||
|
||||
add_dependencies(${PROJECT_NAME} CopyResources)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user