diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-08 22:21:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-25 13:43:08 +0900 |
| commit | 1e466f1c28b7a5930e359eb6b387cdb22be3c7a0 (patch) | |
| tree | fc61ec753f77d031553b2349693f23df234925d2 /pics/CMakeLists.txt | |
| parent | 78db443d867526a7d789654db36d1ef889f01201 (diff) | |
| download | kvirc-feat/cmake-conversion.tar.gz kvirc-feat/cmake-conversion.zip | |
TEMP: cmakefeat/cmake-conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pics/CMakeLists.txt')
| -rw-r--r-- | pics/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt new file mode 100644 index 00000000..0993407d --- /dev/null +++ b/pics/CMakeLists.txt @@ -0,0 +1,14 @@ +##### subfolders + +add_subdirectory( coresmall ) +add_subdirectory( helppics ) + + +##### this folder + +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) |
