diff options
Diffstat (limited to 'app/lib/examples/CMakeLists.txt')
-rw-r--r-- | app/lib/examples/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/lib/examples/CMakeLists.txt b/app/lib/examples/CMakeLists.txt deleted file mode 100644 index df91164..0000000 --- a/app/lib/examples/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -FILE(GLOB EXAMPLE_FILES *.xtc) -INSTALL( - FILES ${EXAMPLE_FILES} - DESTINATION ${XTRKCAD_SHARE_INSTALL_DIR}/examples - ) - |