45 lines
1.7 KiB
CMake
45 lines
1.7 KiB
CMake
###########################################################################################
|
|
#
|
|
# (c) Technical Software Engineering Plazotta 2022
|
|
#
|
|
# CMAKE project configuration file
|
|
#
|
|
# -- DO NOT EDIT, will be generated automatically --
|
|
#
|
|
#-----------------------------------------------------------------------------------------
|
|
# Define user specific elements for all tools and components
|
|
#
|
|
IF(WIN32)
|
|
set (TSEP_STORAGE_PATH "E:/TsepStorage")
|
|
ELSE()
|
|
set (TSEP_STORAGE_PATH /opt/tsep-storage)
|
|
ENDIF()
|
|
set (TSEP_PRODUCT_GROUP "Development")
|
|
set (TSEP_PRODUCT_NAME "LSFramework")
|
|
set (TSEP_PRODUCT_DESCRIPTION "LSFramework")
|
|
set (TSEP_PRODUCT_VERSION "1,5,100")
|
|
set (TSEP_VERSION "1.5.100")
|
|
set (TSEP_VERSION_MAJOR 1)
|
|
set (TSEP_VERSION_MINOR 5)
|
|
set (TSEP_VERSION_PATCH 100)
|
|
set (TSEP_NEXUS_VERSION "01.05.100")
|
|
set (TSEP_UPDATE_IN_NEXUS "true")
|
|
set (TSEP_COPYRIGHT_STRING "Copyright Luis Stanglmeier")
|
|
#
|
|
#-----------------------------------------------------------------------------------------
|
|
# Define component specific private elements
|
|
#
|
|
set (TSEP_PROJECT_CMAKE "${TSEP_STORAGE_PATH}/CMake/CMake.1.6.0")
|
|
set (TSEP_PROJECT_GOOGLE.TEST "${TSEP_STORAGE_PATH}/Google.Test/Google.Test.1.10.1")
|
|
|
|
#-----------------------------------------------------------------------------------------
|
|
# Include the cmake definition for basic compiler and os defines
|
|
#
|
|
include(${TSEP_PROJECT_CMAKE}/CMakeCore.cmake)
|
|
#
|
|
#
|
|
#-----------------------------------------------------------------------------------------
|
|
# Define component specific public elements
|
|
#
|
|
#set (TSEP_PROJECT_FRAMEWORK.CORE "${TSEP_STORAGE_PATH}/Framework.Core/Framework.Core.1.5.100/bin/${TSEP_CMAKE_GENERATOR}/cmake")
|
|
|