summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-02-15 11:19:59 +0100
committerMel <einebeere@gmail.com>2024-02-15 11:19:59 +0100
commit87ef308220addbe4406006ceb802a7364e6f1a05 (patch)
treecae5638fbe7f1a7a5b94da16466faeb3ccf32e29 /CMakeLists.txt
parent0a5e412541937ead88377cabdb565ecfe65c0afc (diff)
downloadmeowcraft-87ef308220addbe4406006ceb802a7364e6f1a05.tar.zst
meowcraft-87ef308220addbe4406006ceb802a7364e6f1a05.zip
Add shorter macro for [[nodiscard]] (PURE)
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 d20ed66..93976e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,6 +83,7 @@ add_executable(meowcraft
     src/Common/Casts.hpp
     src/World/VoxelTraversal.hpp
     src/Common/Assert.hpp
+    src/Common/Pure.hpp
     src/GFX/Actions.hpp
     src/GFX/Resources.cpp src/GFX/Resources.hpp
     src/ThreadRole.hpp