configurator/lib/CMakeLists.txt
2024-08-29 13:21:00 +02:00

3 lines
131 B
CMake

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