diff options
author | Saturneric <[email protected]> | 2022-05-08 17:00:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-08 17:00:05 +0000 |
commit | 1b26275d3f43edaed68d66caec529f2d8e5f40fa (patch) | |
tree | bae52db0ed4a6788e23dcc7fd3c433a29126f2af /third_party | |
parent | doc: update translate document. (diff) | |
download | GpgFrontend-1b26275d3f43edaed68d66caec529f2d8e5f40fa.tar.gz GpgFrontend-1b26275d3f43edaed68d66caec529f2d8e5f40fa.zip |
feat: merge tiny third_party library into core
1. code detecting
2. qt-aes
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 2c39eb4d..04068ca1 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -26,12 +26,4 @@ # json set(JSON_BuildTests OFF CACHE INTERNAL "") -add_subdirectory(json EXCLUDE_FROM_ALL) - -# qt-aes -include(GenerateExportHeader) -add_subdirectory(qt-aes EXCLUDE_FROM_ALL) - -# encoding detect library -aux_source_directory(./encoding-detect ENCODING_DETECT_SOURCE_CODE) -add_library(encoding_detect STATIC ${ENCODING_DETECT_SOURCE_CODE})
\ No newline at end of file +add_subdirectory(json EXCLUDE_FROM_ALL)
\ No newline at end of file |