mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
6 lines
220 B
CMake
6 lines
220 B
CMake
FILE(GLOB SRC *.cpp)
|
|
|
|
ADD_EXECUTABLE(sample_pluginmgr ${SRC})
|
|
|
|
TARGET_LINK_LIBRARIES(sample_pluginmgr blackmisc ${QT_LIBRARIES})
|
|
SET_TARGET_PROPERTIES(sample_pluginmgr PROPERTIES PROJECT_LABEL "Samples - Plugin Manager") |