mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 02:59:34 +00:00
10 lines
216 B
CMake
10 lines
216 B
CMake
set(tlssocket_bin_SRCS tlssocket.cpp main.cpp)
|
|
|
|
|
|
MY_AUTOMOC( tlssocket_bin_SRCS)
|
|
|
|
add_executable(tlssocket ${tlssocket_bin_SRCS})
|
|
|
|
target_link_libraries( tlssocket qca ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY})
|
|
|