configurator/lib/CMakeLists.txt

3 lines
131 B
CMake
Raw Normal View History

add_library(fed STATIC Service.cpp)
target_link_libraries(fed Qt${QT_VERSION}::Core Qt${QT_VERSION}::Gui Qt${QT_VERSION}::Widgets)