blob: 28d4290106a1b81300c84b538d0b83d803be7de1 (
plain)
1
2
3
4
5
|
The package boost is compatible with built-in CMake targets:
find_package(Boost REQUIRED [COMPONENTS <libs>...])
target_link_libraries(main PRIVATE ${Boost_LIBRARIES})
target_include_directories(main PRIVATE ${Boost_INCLUDE_DIRS})
|