mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Add CMake support
This commit is contained in:
7
samples/fsd/CMakeLists.txt
Normal file
7
samples/fsd/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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_fsd
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(samples_fsd core misc Qt::Core)
|
||||
Reference in New Issue
Block a user