mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
6 lines
219 B
CMake
6 lines
219 B
CMake
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)
|