From 34493a02b1cd2e7ec2e96192ce88ee00367dd366 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 17 Dec 2022 21:41:22 +0100 Subject: 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... --- contrib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/CMakeLists.txt (limited to 'contrib/CMakeLists.txt') 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) -- cgit v1.1