Skip to content

Commit 9cf348c

Browse files
committed
compilation error fixed
1 parent cd16cd4 commit 9cf348c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drone_control/workspace/FlightController/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_library(
1111
${PROJECT_NAME} MODULE
1212
${SOURCE_FILES}
1313
../hako_module_drone_controller.c
14-
${PHYSICS_SOURCE_DIR}/body_physics.cpp
14+
${PHYSICS_SOURCE_DIR}/drone_frames.cpp
1515
)
1616
# ヘッダーファイルのインクルードディレクトリ指定
1717
target_include_directories(

drone_control/workspace/RadioController/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_library(
1111
${PROJECT_NAME} MODULE
1212
${SOURCE_FILES}
1313
../hako_module_drone_controller.c
14-
${PHYSICS_SOURCE_DIR}/body_physics.cpp
14+
${PHYSICS_SOURCE_DIR}/drone_frames.cpp
1515
)
1616
# ヘッダーファイルのインクルードディレクトリ指定
1717
target_include_directories(

0 commit comments

Comments
 (0)