configurator/dialogs/CMakeLists.txt

3 lines
146 B
CMake
Raw Normal View History

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