aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/common/CMakeLists.txt
blob: 5655861a1b9c80f7d9360d0b604155a6604d0f94 (plain) (blame)
1
2
3
4
5
6
find_package(Boost REQUIRED)

add_library(common INTERFACE)

target_include_directories(common SYSTEM INTERFACE ${Boost_INCLUDE_DIRS})
target_link_libraries(common INTERFACE ${Boost_LIBRARIES})