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