You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
371 B
16 lines
371 B
7 years ago
|
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||
|
|
||
|
project(lxqt-themes)
|
||
|
|
||
|
set(LXQTBT_MINIMUM_VERSION "0.1.0")
|
||
|
|
||
|
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
|
||
|
|
||
|
include(GNUInstallDirs)
|
||
|
include(LXQtTranslateDesktop)
|
||
|
include(LXQtConfigVars)
|
||
|
|
||
|
install(DIRECTORY "graphics/" DESTINATION "${LXQT_GRAPHICS_DIR}")
|
||
|
add_subdirectory(themes)
|
||
|
add_subdirectory(icons)
|