build: prepare for tools

This commit is contained in:
Michele Caini
2023-12-01 15:24:37 +01:00
parent c912b85f6e
commit c3e36e7148
2 changed files with 8 additions and 0 deletions

View File

@@ -292,6 +292,14 @@ if(ENTT_BUILD_TESTING)
add_subdirectory(test)
endif()
# Tools
option(ENTT_BUILD_TOOLS "Enable building tools." OFF)
if(ENTT_BUILD_TOOLS)
add_subdirectory(tools)
endif()
# Documentation
option(ENTT_BUILD_DOCS "Enable building with documentation." OFF)

0
tools/CMakeLists.txt Normal file
View File