Skip to content

Commit

Permalink
compilation error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Dec 17, 2024
1 parent cd16cd4 commit 9cf348c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drone_control/workspace/FlightController/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_library(
${PROJECT_NAME} MODULE
${SOURCE_FILES}
../hako_module_drone_controller.c
${PHYSICS_SOURCE_DIR}/body_physics.cpp
${PHYSICS_SOURCE_DIR}/drone_frames.cpp
)
# ヘッダーファイルのインクルードディレクトリ指定
target_include_directories(
Expand Down
2 changes: 1 addition & 1 deletion drone_control/workspace/RadioController/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_library(
${PROJECT_NAME} MODULE
${SOURCE_FILES}
../hako_module_drone_controller.c
${PHYSICS_SOURCE_DIR}/body_physics.cpp
${PHYSICS_SOURCE_DIR}/drone_frames.cpp
)
# ヘッダーファイルのインクルードディレクトリ指定
target_include_directories(
Expand Down

0 comments on commit 9cf348c

Please sign in to comment.