configurator/dialogs/CMakeLists.txt
Bernhard Rosenkränzer 7f0cd77b4e Initial import
Not much there yet, just a login dialog and an app list
JSON parser
2024-08-28 00:13:54 +02:00

3 lines
146 B
CMake

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