File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
22
3- add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /libcorrect )
4- add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /tiny_aes )
53add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /gnc_code )
64
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ set(BL_SOURCES
1212 ${CMAKE_CURRENT_SOURCE_DIR} /source/bl_logging.c
1313 ${CMAKE_CURRENT_SOURCE_DIR} /F021_Flash_API/source/Fapi_UserDefinedFunctions.c
1414
15- ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/obc_gs_command_pack.c
16- ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/obc_gs_commands_response_pack.c
17- ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/obc_gs_command_unpack.c
15+ ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/src/ obc_gs_command_pack.c
16+ ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/src/ obc_gs_commands_response_pack.c
17+ ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/src/ obc_gs_command_unpack.c
1818 ${CMAKE_SOURCE_DIR} /interfaces/data_pack_unpack/data_pack_utils.c
1919 ${CMAKE_SOURCE_DIR} /interfaces/data_pack_unpack/data_unpack_utils.c
2020 ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/common/obc_gs_crc.c
@@ -26,7 +26,7 @@ set(BL_INCLUDES
2626
2727 ${CMAKE_SOURCE_DIR} /obc/app/sys/utils
2828 ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/common
29- ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands
29+ ${CMAKE_SOURCE_DIR} /interfaces/obc_gs_interface/commands/inc
3030 ${CMAKE_SOURCE_DIR} /interfaces/data_pack_unpack
3131)
3232
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ execute_process(
1010# Set the SOURCE_PATH using the detected REPO_ROOT
1111add_compile_definitions (SOURCE_PATH= "${REPO_ROOT} /" )
1212
13- add_subdirectory (test_interfaces/unit )
14- add_subdirectory (test_obc/unit )
13+ add_subdirectory (unit )
1514
1615# TODO: uncomment once there's at least 1 test
1716# add_subdirectory(test_gs/unit)
You can’t perform that action at this time.
0 commit comments