mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Added installation of the linear-es-de theme to the CMake configuration
This commit is contained in:
parent
7ecaed28ec
commit
5b4e284a2e
|
@ -193,6 +193,7 @@ if(WIN32)
|
|||
|
||||
install(FILES ../LICENSE DESTINATION .)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/licenses DESTINATION .)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/linear-es-de DESTINATION themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/modern-es-de DESTINATION themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/slate-es-de DESTINATION themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/resources DESTINATION .)
|
||||
|
@ -251,6 +252,7 @@ elseif(APPLE)
|
|||
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION ../Resources)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/resources DESTINATION ../Resources)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/linear-es-de DESTINATION ../Resources/themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/modern-es-de DESTINATION ../Resources/themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/slate-es-de DESTINATION ../Resources/themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/licenses DESTINATION ../Resources)
|
||||
|
@ -276,6 +278,8 @@ elseif(NOT ANDROID)
|
|||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/licenses
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/es-de)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/linear-es-de
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/es-de/themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/modern-es-de
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/es-de/themes)
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/themes/slate-es-de
|
||||
|
|
Loading…
Reference in a new issue