mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Move SimpleCrypt to third_party/
This commit is contained in:
17
third_party/simplecrypt/CMakeLists.txt
vendored
Normal file
17
third_party/simplecrypt/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
add_library(SimpleCrypt STATIC)
|
||||
target_sources(SimpleCrypt
|
||||
PRIVATE
|
||||
simplecrypt.cpp
|
||||
simplecrypt.h
|
||||
)
|
||||
target_link_libraries(SimpleCrypt
|
||||
PUBLIC
|
||||
Qt::Core
|
||||
)
|
||||
target_include_directories(SimpleCrypt
|
||||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/third_party
|
||||
)
|
||||
Reference in New Issue
Block a user