Move third_party headers into include/

This commit is contained in:
Ian Gulliver
2026-04-03 17:02:09 +09:00
parent 9deb4f629c
commit 5e29c84a15
3 changed files with 1 additions and 4 deletions

View File

@@ -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)