mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
blacklib folder reorganisation
This commit is contained in:
9
samples/com_client/CMakeLists.txt
Normal file
9
samples/com_client/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
FILE(GLOB sample_com_client_SOURCES *.cpp)
|
||||
SET(sample_com_client_HEADERS client.h)
|
||||
|
||||
QT4_WRAP_CPP(sample_com_client_HEADERS_MOC ${sample_com_client_HEADERS})
|
||||
|
||||
ADD_EXECUTABLE(sample_com_client ${sample_com_client_SOURCES} ${sample_com_client_HEADERS_MOC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(sample_com_client blackmisc ${QT_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(sample_com_client PROPERTIES PROJECT_LABEL "Samples - Com client")
|
||||
Reference in New Issue
Block a user