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 a52d0db commit 81cdb1bCopy full SHA for 81cdb1b
test/CMakeLists.txt
@@ -107,7 +107,7 @@ endif()
107
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/resources_dummy.c "int main(int argc, const char **argv){ return 1; }\n")
108
add_executable(SDL2_test_resoureces ${CMAKE_CURRENT_BINARY_DIR}/resources_dummy.c)
109
110
-file(GLOB RESOURCE_FILES *.bmp *.wav moose.dat utf8.txt)
+file(GLOB RESOURCE_FILES *.bmp *.hex *.wav moose.dat utf8.txt)
111
foreach(RESOURCE_FILE ${RESOURCE_FILES})
112
add_custom_command(TARGET SDL2_test_resoureces POST_BUILD COMMAND ${CMAKE_COMMAND} ARGS -E copy_if_different ${RESOURCE_FILE} $<TARGET_FILE_DIR:SDL2_test_resoureces>)
113
endforeach(RESOURCE_FILE)
0 commit comments