diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 0000000..ca93643 --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1,10 @@ + +##### other data + +file( GLOB data_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) +list( REMOVE_ITEM data_files "CMakeLists.txt" ) + +install( + FILES ${data_files} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} +) |
