mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
7 lines
159 B
CMake
7 lines
159 B
CMake
|
set(sslservtest_bin_SRCS sslservtest.cpp)
|
||
|
|
||
|
add_executable(sslservtest ${sslservtest_bin_SRCS})
|
||
|
|
||
|
target_link_libraries( sslservtest qca ${QT_QTGUI_LIBRARY})
|
||
|
|