From 0a5e412541937ead88377cabdb565ecfe65c0afc Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 15 Feb 2024 11:18:17 +0100 Subject: Give all threads specific thread roles and assert thread safety --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c477d0e..d20ed66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,7 @@ add_executable(meowcraft src/Common/Assert.hpp src/GFX/Actions.hpp src/GFX/Resources.cpp src/GFX/Resources.hpp + src/ThreadRole.hpp ) if (WIN32) -- cgit 1.4.1