diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-29 20:58:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-29 20:58:54 -0500 |
| commit | 67e40a5d4d3b4e7ed6823e9a768cea48cfd6cfe6 (patch) | |
| tree | 366aafc44b5c79ef7f8f0898e50f539293c9ffba /CMakeLists.txt | |
| parent | ca78d2bdc7ac42577d14cc199ca082dbe7cd1388 (diff) | |
add thread_pool
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df7cba8..6b7aa5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,8 @@ set(PKE_SOURCE_FILES src/player-input.cpp src/static/cube.hpp src/static/cube.cpp + src/thread_pool.hpp + src/thread_pool.cpp src/vendor/cgltf-include.hpp src/vendor/cgltf-include.cpp src/vendor/glm_include.hpp |
