You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeknighttour/CMakeLists.txt

42 lines
854 B
CMake

###########################################
# #
# (C) 2025 Denis Kozadaev #
# denis@tambov.ru #
# #
# This file is released under GPL >= 2 #
# #
###########################################
##### set project version ########################
include( TDEVersion )
cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
tde_set_project_version( )
##### general package setup
project( knighttour )
##### include essential cmake modules
include( FindPkgConfig )
##### include our cmake modules
include( TDEMacros )
##### setup install paths
include( TDESetupPaths )
tde_setup_paths( )
##### configure checks
include( ConfigureChecks.cmake )
tde_auto_add_subdirectories()