1
0
forked from fsfw/fsfw

using _ instead of - now

This commit is contained in:
2021-08-02 20:55:03 +02:00
parent 0e5cfcf28f
commit f1f167c2d1
129 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,11 @@
if(FSFW_ADD_SGP4_PROPAGATOR)
target_sources(${LIB_FSFW_NAME} PRIVATE
sgp4/sgp4unit.cpp
)
target_include_directories(${LIB_FSFW_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/sgp4
)
target_include_directories(${LIB_FSFW_NAME} INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/sgp4
)
endif()