build: coding style

This commit is contained in:
Michele Caini
2025-03-10 09:10:25 +01:00
parent b9850320c1
commit 43fe07c23f

View File

@@ -307,6 +307,7 @@ option(ENTT_BUILD_TESTING "Enable building tests." OFF)
if(ENTT_BUILD_TESTING)
option(ENTT_FIND_GTEST_PACKAGE "Enable finding gtest package." OFF)
option(ENTT_BUILD_BENCHMARK "Build benchmark." OFF)
option(ENTT_BUILD_EXAMPLE "Build examples." OFF)
option(ENTT_BUILD_LIB "Build lib tests." OFF)