Skip to content
Snippets Groups Projects
Commit be275622 authored by Daniele Cattaneo's avatar Daniele Cattaneo Committed by Federico
Browse files

pc_loader: Fix missing includes.

parent 38588895
No related branches found
No related tags found
2 merge requests!40Update to Miosix 2.7,!17Draft: Improved miosix build system and fixed cmake scripts
build
......@@ -16,6 +16,7 @@ endif()
## Link libraries
set(BOOST_LIBS system)
find_package(Boost COMPONENTS ${BOOST_LIBS} REQUIRED)
target_include_directories(pc_loader PRIVATE ${Boost_INCLUDE_DIRS})
target_link_libraries(pc_loader ${Boost_LIBRARIES})
find_package(Threads REQUIRED)
target_link_libraries(pc_loader ${CMAKE_THREAD_LIBS_INIT})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment