diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-13 18:42:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-14 20:57:09 +0900 |
commit | 802b45c5566c3916e46250060ecef332f055fc26 (patch) | |
tree | 1bd49a5d76709e620040d6474dff725d1f8fbbc2 /src/pics | |
parent | 300613eef3cbb63f040fcbced2e03570791d16f3 (diff) | |
download | soundkonverter-802b45c5566c3916e46250060ecef332f055fc26.tar.gz soundkonverter-802b45c5566c3916e46250060ecef332f055fc26.zip |
cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/pics')
-rw-r--r-- | src/pics/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt new file mode 100644 index 0000000..3a01554 --- /dev/null +++ b/src/pics/CMakeLists.txt @@ -0,0 +1,6 @@ +install( + FILES + ledgreen.png ledgreen_legend.png ledred.png ledred_legend.png ledyellow.png ledyellow_legend.png + DESTINATION + ${DATA_INSTALL_DIR}/soundkonverter/pics +) |