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.
lxqt-themes-packaging/CMakeLists.txt

16 lines
371 B

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)