mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 19:49:44 +00:00
23 lines
636 B
CMake
23 lines
636 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
|
|
project(
|
|
wintc-theme-luna-homestead
|
|
VERSION 1.0
|
|
DESCRIPTION "Windows Total Conversion Windows XP style (Olive Green) theme."
|
|
LANGUAGES C
|
|
)
|
|
|
|
set(PROJECT_ANYARCH true)
|
|
set(PROJECT_FREESTATUS false)
|
|
set(PROJECT_MAINTAINER "Rory Fewell <roryf@oddmatics.uk>")
|
|
|
|
set(PROJECT_ROOT ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
include(../../../packaging/cmake-inc/common/CMakeLists.txt)
|
|
include(../../../packaging/cmake-inc/packaging/CMakeLists.txt)
|
|
include(../../../packaging/cmake-inc/themes/CMakeLists.txt)
|
|
|
|
# Use standard theme build process
|
|
#
|
|
include(${THEMES_BUILD_COMMON_CMAKE_DIR}/CMakeLists.txt)
|