summaryrefslogtreecommitdiff
path: root/src/3rdparty/fmt/CMakeLists.txt
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-06-12 09:34:09 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-06-13 12:45:45 +0200
commit662d8dfc309d5c5312049a93002fd39176e96baf (patch)
tree7d60cc274bdddc8ba1ffda027c1d34391198ea21 /src/3rdparty/fmt/CMakeLists.txt
parent845fded2a08a62fa2afd8a041d168c6774f113df (diff)
downloadopenttd-662d8dfc309d5c5312049a93002fd39176e96baf.tar.xz
Add: minimal set of headers from {fmt} 7.1.3 to 3rdparty
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
+)