Skip to content

Commit

Permalink
update cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 4, 2024
1 parent cac1c15 commit bf9b0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- もし,汎用テスト用 BCT `BC_TEST_USE_PYTEST` が user 側に存在しない場合, user 側の BCT ID にも加える.
- [#269](https://github.com/arkedge/c2a-core/pull/269):
- user 側の include path を,`/component_driver_super/` から `/component_driver/` に一斉置換する.
- `src_user/settings/CMakeLists.txt``/component_driver_super/` が含まれる path を `/component_driver/` に一斉置換する.


## v4.1.0 (2023-12-11)
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/settings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13)
project(C2A_USER_SETTINGS)

set(C2A_SRCS
component_driver_super/hal_handler_registry.c
component_driver/hal_handler_registry.c
modes/mode_definitions.c
modes/task_lists/tl_initial.c
modes/task_lists/elements/tl_elem_debug_display.c
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/src/src_user/settings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13)
project(C2A_USER_SETTINGS)

set(C2A_SRCS
component_driver_super/hal_handler_registry.c
component_driver/hal_handler_registry.c
modes/mode_definitions.c
modes/task_lists/tl_initial.c
modes/task_lists/elements/tl_elem_debug_display.c
Expand Down

0 comments on commit bf9b0ab

Please sign in to comment.