mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Add CMake support
This commit is contained in:
22
samples/blackmisc/CMakeLists.txt
Normal file
22
samples/blackmisc/CMakeLists.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
add_executable(samples_misc
|
||||
main.cpp
|
||||
sampleblackmisc.h
|
||||
samplesalgorithm.cpp
|
||||
samplesalgorithm.h
|
||||
sampleschangeobject.cpp
|
||||
sampleschangeobject.h
|
||||
samplescontainer.cpp
|
||||
samplescontainer.h
|
||||
samplesfile.cpp
|
||||
samplesfile.h
|
||||
samplesjson.cpp
|
||||
samplesjson.h
|
||||
samplesmetadata.cpp
|
||||
samplesmetadata.h
|
||||
samplesperformance.cpp
|
||||
samplesperformance.h
|
||||
)
|
||||
target_link_libraries(samples_misc core misc Qt::Core)
|
||||
Reference in New Issue
Block a user