diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c10361..76f50f3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,11 @@ if(ENABLE_DOCUMENTATION) add_subdirectory(documentation) endif() +option(ENABLE_EDITOR "ENABLE_EDITOR" ON) +if(ENABLE_EDITOR) + add_subdirectory(editor) +endif() + CPMAddPackage( NAME CPMLicenses.cmake GITHUB_REPOSITORY cpm-cmake/CPMLicenses.cmake