Skip to content
Snippets Groups Projects
Commit 2d6620f3 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure resources are copied as needed

parent f9c4f4dc
No related branches found
No related tags found
No related merge requests found
build/
cmake-build-debug/
.idea/
......@@ -2,3 +2,7 @@
add_executable(FgglDemo main.cpp)
target_link_libraries(FgglDemo fggl)
target_include_directories(FgglDemo PUBLIC ${PROJECT_BINARY_DIR})
# rssources
file(GLOB_RECURSE data data/*)
file(COPY ${data} DESTINATION data )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment