summaryrefslogtreecommitdiff
path: root/src/3rdparty/fmt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/fmt/CMakeLists.txt')
-rw-r--r--src/3rdparty/fmt/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/fmt/CMakeLists.txt b/src/3rdparty/fmt/CMakeLists.txt
new file mode 100644
index 000000000..22a02416c
--- /dev/null
+++ b/src/3rdparty/fmt/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_files(
+ core.h
+ format.h
+ format-inl.h
+)