diff options
author | Michele Calgaro <[email protected]> | 2024-03-08 12:20:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 16:09:41 +0900 |
commit | 0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5 (patch) | |
tree | 444ad8f8d0dba0d228305f690f3dfa51d8b3e9cf /skin/raster/2panels/CMakeLists.txt | |
parent | b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66 (diff) | |
download | kbfx-0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5.tar.gz kbfx-0afc7ddb4714dd26179d283cf9c0cabc00ccb2a5.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'skin/raster/2panels/CMakeLists.txt')
-rw-r--r-- | skin/raster/2panels/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skin/raster/2panels/CMakeLists.txt b/skin/raster/2panels/CMakeLists.txt index 107e44d..aec7973 100644 --- a/skin/raster/2panels/CMakeLists.txt +++ b/skin/raster/2panels/CMakeLists.txt @@ -1,4 +1,4 @@ -FILE(GLOB PNGFILES *.png kbfxlayoutrc kbfxfontrc version-2 ) +file(GLOB PNGFILES *.png kbfxlayoutrc kbfxfontrc version-2 ) -INSTALL(FILES ${PNGFILES} +install(FILES ${PNGFILES} DESTINATION ${DATA_INSTALL_DIR}/kbfx/skins/2panels) |