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

add_library(common INTERFACE)
target_include_directories(common INTERFACE ..)
target_link_libraries(common INTERFACE Boost::disable_autolinking Boost::boost)