Move third_party headers into include/
This commit is contained in:
@@ -13,10 +13,7 @@ add_executable(picomap
|
|||||||
picomap.cpp
|
picomap.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(picomap PRIVATE
|
target_include_directories(picomap PRIVATE include)
|
||||||
third_party/msgpackpp
|
|
||||||
third_party/halfsiphash
|
|
||||||
)
|
|
||||||
|
|
||||||
pico_enable_stdio_usb(picomap 1)
|
pico_enable_stdio_usb(picomap 1)
|
||||||
pico_enable_stdio_uart(picomap 0)
|
pico_enable_stdio_uart(picomap 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user