created project with cmake
This commit is contained in:
parent
c4b3d8ac5f
commit
5f6abf300e
54 changed files with 412 additions and 310 deletions
50
Software/Project.conf.cmake
Normal file
50
Software/Project.conf.cmake
Normal file
|
@ -0,0 +1,50 @@
|
|||
###########################################################################################
|
||||
#
|
||||
# (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 "TSEP Core Framework")
|
||||
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 Technical Software Engineering Plazotta 2022")
|
||||
set (TSEP_COMPANY_LONGNAME "Technical Software Engineering Plazotta")
|
||||
set (TSEP_NEXUS_URL "https://srv-nexus-3.tsep.local/repository")
|
||||
set (TSEP_NEXUS_GUID "53ec8373-e298-31ed-bd2f-c21204d48a32")
|
||||
#
|
||||
#-----------------------------------------------------------------------------------------
|
||||
# Define component specific private elements
|
||||
#
|
||||
set (TSEP_PROJECT_CMAKE "${TSEP_STORAGE_PATH}/CMake/CMake.1.5.1")
|
||||
set (TSEP_PROJECT_GOOGLE.TEST "${TSEP_STORAGE_PATH}/Google.Test/Google.Test.1.10.1")
|
||||
set (TSEP_PROJECT_INTIME "${TSEP_STORAGE_PATH}/INtime/INtime.6.4.5")
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------------------
|
||||
# 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")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue