Skip to content
Snippets Groups Projects
CMakeLists.txt 231 B
Newer Older
# Executable
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 )