aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/client/CMakeLists.txt
blob: 01a86df7fe7e56dc2c4f3f7187b6c0353c7e2cb4 (plain) (tree)
1
2
3
4
5
6




                                                                       
                                                                                    
find_package(Boost REQUIRED COMPONENTS filesystem program_options)

add_executable(client main.cpp)
target_include_directories(client SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})
target_link_libraries(client PRIVATE ${Boost_LIBRARIES})
target_compile_definitions(client PRIVATE BOOST_DATE_TIME_NO_LIB BOOST_REGEX_NO_LIB)