aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-02-03 06:29:04 +0000
committerSaturneric <[email protected]>2023-02-03 06:29:04 +0000
commitd0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73 (patch)
tree5e3af6b212d44722cd1d1d5b8560d5eb5237b528 /third_party
parentfeat: update submodules (diff)
downloadGpgFrontend-d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73.tar.gz
GpgFrontend-d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73.zip
feat: change logging framework to spdlog
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 04068ca1..c7912e31 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -26,4 +26,6 @@
# json
set(JSON_BuildTests OFF CACHE INTERNAL "")
-add_subdirectory(json EXCLUDE_FROM_ALL) \ No newline at end of file
+add_subdirectory(json EXCLUDE_FROM_ALL)
+
+add_subdirectory(spdlog EXCLUDE_FROM_ALL) \ No newline at end of file