aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-24 17:03:20 -0700
committerFuwn <[email protected]>2021-08-24 17:03:20 -0700
commit5bfda19a2dc7f92d1551d312410746997ff039de (patch)
treec986877db74ec0b9259ed72c82bd67eecd9105a4 /CMakeLists.txt
parentdeps(soyuz): add fmtlib (diff)
downloadsoyuz-5bfda19a2dc7f92d1551d312410746997ff039de.tar.xz
soyuz-5bfda19a2dc7f92d1551d312410746997ff039de.zip
fix(deps): fmtlib
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a384fe1..606563a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,3 +33,4 @@ else ()
endif ()
add_subdirectory(${PROJECT_NAME})
+add_subdirectory(${fmt_SOURCE_DIR})