Skip to content
Snippets Groups Projects
CMakeLists.txt 685 B
project(llrfctrl_server-tarla-config NONE)
cmake_minimum_required(VERSION 3.14)

# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
set(${PROJECT_NAME}_MAJOR_VERSION 08)
set(${PROJECT_NAME}_MINOR_VERSION 05)
set(${PROJECT_NAME}_PATCH_VERSION 00)
include(cmake/set_version_numbers.cmake)

include(cmake/config_generator_project.cmake)

include(ConfigVersion/prepare)

file(CREATE_LINK "${PROJECT_SOURCE_DIR}/shared/InstanceType" "${PROJECT_BINARY_DIR}/shared/InstanceType" SYMBOLIC)
install(FILES "shared/InstanceType/modules/InstanceType/__init__.py" DESTINATION "${DESTDIR}/shared/InstanceType/modules/InstanceType")