1 2 3 4 5 6 7 8
add_library(configuration configuration.cpp configuration.h) target_link_libraries(configuration Qt5::Core ${Boost_LIBRARIES} )