#Boost set(Boost_USE_STATIC_LIBS ON) find_package(Boost 1.67.0 REQUIRED COMPONENTS thread date_time filesystem random regex system ) add_library(getdpsetup "GetdpSetup.cpp" "GetdpMaterialWriter.cpp" "GetdpResolutionFns.cpp" "GetdpPostFns.cpp" "GetdpNetwork.cpp" "GetdpSpecialInputs.cpp") target_include_directories(getdpsetup PRIVATE ${PROJECT_SOURCE_DIR}/src ${Boost_INCLUDE_DIRS} ${THIRD_PARTY_DIR} ${OpenCASCADE_INCLUDE_DIR} ${VTK_INC_DIR} ${RYML_INC_DIR} SteelPhases) target_link_libraries(getdpsetup PRIVATE ${Boost_LIBRARIES} ${RYML_LIBS} module SteelPhases)