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.
2 parents 9ef2892 + 974a3be commit 843ab0aCopy full SHA for 843ab0a
CMakeLists.txt
@@ -290,6 +290,7 @@ if(NOT SKIP_BUILD_EXAMPLES)
290
target_link_libraries(${targetname}
291
${GSKIT_SAMPLE_LIBS}
292
)
293
+ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/examples/${targetname}/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR} FILES_MATCHING REGEX "\\.(bmp|dat|fnt|jpg|png|ppm|raw|s|tiff)$")
294
endmacro (add_executable_example)
295
296
set(GSKIT_SAMPLE_DIRS "")
0 commit comments