|
|
@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
|
|
|
|
#### general package setup
|
|
|
|
#### general package setup
|
|
|
|
|
|
|
|
|
|
|
|
project( tqscintilla )
|
|
|
|
project( tqscintilla )
|
|
|
|
set( VERSION R14.1.0 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### include essential cmake modules
|
|
|
|
#### include essential cmake modules
|
|
|
@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
|
|
|
|
include( TDEMacros )
|
|
|
|
include( TDEMacros )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### set version number ########################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tde_set_project_version( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### setup install paths
|
|
|
|
##### setup install paths
|
|
|
|
|
|
|
|
|
|
|
|
if( CMAKE_INSTALL_LIBDIR )
|
|
|
|
if( CMAKE_INSTALL_LIBDIR )
|
|
|
|