cmake lists update

This commit is contained in:
Robin Müller 2020-12-29 18:12:05 +01:00 committed by Robin Mueller
parent 3b66b0b57c
commit 2815725e5b

View File

@ -19,8 +19,6 @@ if(NOT OS_FSFW)
set(OS_FSFW host CACHE STRING "OS for the FSFW.")
endif()
set_property(CACHE OS_FSFW PROPERTY STRINGS host linux)
# Perform steps like loading toolchain files where applicable.
include(${CMAKE_SCRIPT_PATH}/PreProjectConfig.cmake)
pre_project_config()
@ -91,6 +89,8 @@ add_subdirectory(${MISSION_PATH})
# Post-Sources preparation
################################################################################
set_property(CACHE OS_FSFW PROPERTY STRINGS host linux)
# Add libraries for all sources.
target_link_libraries(${TARGET_NAME} PRIVATE
${LIB_FSFW_NAME}