aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/common/CMakeLists.txt
blob: 284003f9ad58a619712813b7f51add41881c09aa (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)