Skip to content

Commit

Permalink
Introduce include/src directories and cleaning up main folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jan 18, 2024
1 parent 8295536 commit f213318
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(sensor_msgs REQUIRED)
##########################################################################
include_directories(${PIKA_SPARK_BNO085_TARGET} include)
##########################################################################
add_subdirectory(sh2)
##########################################################################
add_executable(${PIKA_SPARK_BNO085_TARGET}
main.cpp
bno085.cpp
bno085_hal.cpp
spi.cpp
gpio-sysfs.cpp
src/main.cpp
src/bno085.cpp
src/bno085_hal.cpp
src/spi.cpp
src/gpio-sysfs.cpp
)
##########################################################################
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f213318

Please sign in to comment.