diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:07:57 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:07:57 -0500 |
| commit | c349359e71170c2fa78ac0fa22df07932ab47210 (patch) | |
| tree | 74795fee5b64fe94683c6078d3b50ec5112a4707 /CMakeLists.txt | |
| parent | 6e498a3781f5ccbbaa6cf5e407cf67722624760f (diff) | |
minor refactor for plugins
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b7aa5d..aaa1314 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,8 @@ set(PKE_SOURCE_FILES src/physics.cpp src/player-input.hpp src/player-input.cpp + src/plugins.hpp + src/plugins.cpp src/static/cube.hpp src/static/cube.cpp src/thread_pool.hpp @@ -181,4 +183,5 @@ target_link_libraries(pke PUBLIC imguidocked) add_dependencies(pke shaders) add_subdirectory(editor) +add_subdirectory(runtime) add_subdirectory(test) |
