mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refactor: Move SimpleCrypt to third_party/
This commit is contained in:
@@ -654,10 +654,6 @@ add_library(misc SHARED
|
||||
test/testserviceinterface.cpp
|
||||
test/testserviceinterface.h
|
||||
|
||||
# Third party
|
||||
thirdparty/simplecrypt.cpp
|
||||
thirdparty/simplecrypt.h
|
||||
|
||||
# Weather
|
||||
weather/cloudlayer.cpp
|
||||
weather/cloudlayer.h
|
||||
@@ -722,6 +718,7 @@ target_link_libraries(misc
|
||||
externals_rapidjson # used by xswiftbussettingsqtfree.inc
|
||||
PRIVATE
|
||||
Qt::Xml
|
||||
SimpleCrypt
|
||||
)
|
||||
|
||||
if(SWIFT_USE_CRASHPAD)
|
||||
|
||||
Reference in New Issue
Block a user