Skip to content

Commit

Permalink
changes?
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 21, 2024
1 parent 684594d commit 2154edd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ set(CMAKE_CXX_FLAGS_DEBUG " ")
# provided by the CMakeLists.txt file in the root of the firmware repo and has the source files
# for the firmware.
if(NOT DEFINED ROSFLIGHT_SOURCES)
include_directories(../test ../test/struct)
include_directories(
../test
../test/struct
)
set(ROSFLIGHT_SOURCES "../test/main.cpp")
endif()

Expand Down

0 comments on commit 2154edd

Please sign in to comment.