Skip to content

Commit

Permalink
fix(editor): add editor to the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jun 11, 2024
1 parent 212df87 commit e749508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e749508

Please sign in to comment.