summaryrefslogtreecommitdiff
path: root/contrib/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-12-17 21:41:22 +0100
committerAki <please@ignore.pl>2022-12-17 21:41:22 +0100
commit34493a02b1cd2e7ec2e96192ce88ee00367dd366 (patch)
tree79d8a378610baf06c1f95db8a9b8d742aea17bd9 /contrib/CMakeLists.txt
parent1482c7dbe3dd7de66ccffee9596dd42e12698b04 (diff)
downloadkurator-34493a02b1cd2e7ec2e96192ce88ee00367dd366.zip
kurator-34493a02b1cd2e7ec2e96192ce88ee00367dd366.tar.gz
kurator-34493a02b1cd2e7ec2e96192ce88ee00367dd366.tar.bz2
Event log is now using ImGui
I don't like the fact that I put entire rlImGui and imgui into the project but that's how they usually deal with the distribution and packaging...
Diffstat (limited to 'contrib/CMakeLists.txt')
-rw-r--r--contrib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt
new file mode 100644
index 0000000..a61ecb5
--- /dev/null
+++ b/contrib/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(imgui)