diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-29 21:07:06 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-29 21:07:06 -0500 |
| commit | 9830bc2425385de6e666251fa9df6318605c639c (patch) | |
| tree | e52494a973ad8957c30cf7dacf92f1fa518105dc /editor/CMakeLists.txt | |
| parent | e111f78d519363a3d76237ff0a62dcbd5e53e3d6 (diff) | |
major refactor to decouple the engine and the editor
Diffstat (limited to 'editor/CMakeLists.txt')
| -rw-r--r-- | editor/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 0b1c228..bd176c4 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -2,6 +2,8 @@ project(pke_editor VERSION 0.0) set(PKE_EDITOR_SOURCE_FILES main.cpp + editor.hpp + editor.cpp ) add_executable(pke_editor ${PKE_EDITOR_SOURCE_FILES} |
