3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 15:45:53 +00:00

6 lines
219 B
CMake
Raw Normal View History

2022-03-05 22:41:29 +05:00
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
add_executable(logout-greeter-test main.cpp)
target_link_libraries(logout-greeter-test Qt::Core Qt::Concurrent)
ecm_mark_as_test(logout-greeter-test)