forked from Qortal/Brooklyn
10 lines
145 B
CMake
10 lines
145 B
CMake
add_executable(autostart_test
|
|
autostarttest.cpp
|
|
../autostart.cpp
|
|
)
|
|
|
|
target_link_libraries(autostart_test
|
|
Qt::Core
|
|
KF5::Service
|
|
)
|