File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141// --------------------------------------------- INTERNAL INCLUDES ----------------------------------------------
4242// The internal includes are placed here after the config header is included and CANARD_ASSERT is defined.
4343#define CAVL2_T struct CanardTreeNode
44- #include " cavl2.h"
44+ #include < cavl2.h>
4545
4646// --------------------------------------------- COMMON DEFINITIONS ---------------------------------------------
4747
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wnon-virtual-dtor
7070
7171include_directories (${library_dir} )
7272include_directories (SYSTEM catch )
73+ include_directories (SYSTEM ${CMAKE_SOURCE_DIR} /libcanard )
7374add_definitions (-DCATCH_CONFIG_FAST_COMPILE=1 -DCATCH_CONFIG_ENABLE_ALL_STRINGMAKERS=1 )
7475
7576set (common_sources ${CMAKE_SOURCE_DIR} /main.cpp ${library_dir} /canard.c)
You can’t perform that action at this time.
0 commit comments