mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Add CMake support
This commit is contained in:
12
samples/weatherdata/CMakeLists.txt
Normal file
12
samples/weatherdata/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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_weatherdata
|
||||
main.cpp
|
||||
reader.cpp
|
||||
reader.h
|
||||
sampleweatherdata.h
|
||||
weatherdataprinter.cpp
|
||||
weatherdataprinter.h
|
||||
)
|
||||
target_link_libraries(samples_weatherdata core misc Qt::Core)
|
||||
Reference in New Issue
Block a user