aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/common/CMakeLists.txt
blob: f3d6605815bc0d15f92d3d761bcd6a8d6ce0102a (plain) (blame)
1
2
3
4
5
add_library(common INTERFACE)
target_include_directories(common INTERFACE ..)

find_package(Boost REQUIRED)
target_link_libraries(common INTERFACE Boost::boost)