CMake optimization #533

Merged
mohr merged 2 commits from mueller/cmake-optimization into development 2022-01-31 15:41:10 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6c63d82f5c - Show all commits

View File

@ -90,7 +90,7 @@ set(FSFW_CORE_INC_PATH "inc")
set_property(CACHE FSFW_OSAL PROPERTY STRINGS host linux rtems freertos)
# Configure Files
# For configure files
target_include_directories(${LIB_FSFW_NAME} PRIVATE
${CMAKE_CURRENT_BINARY_DIR}
)