mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Initial commit
This commit is contained in:
6
blacklib/samples/config/CMakeLists.txt
Normal file
6
blacklib/samples/config/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
FILE(GLOB SRC *.cpp)
|
||||
|
||||
ADD_EXECUTABLE(sample_config ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(sample_config blackmisc ${QT_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(sample_config PROPERTIES PROJECT_LABEL "Samples - Config")
|
||||
Reference in New Issue
Block a user