Allow not to build the launcher

pull/21/head
gugus 13 years ago
parent cd7aaab48e
commit a6ffa1a82a

@ -514,7 +514,10 @@ if (BUILD_ESMTOOL)
add_subdirectory( apps/esmtool )
endif()
add_subdirectory( apps/launcher )
option(BUILD_LAUNCHER "build Launcher inspector" ON)
if (BUILD_LAUNCHER)
add_subdirectory( apps/launcher )
endif()
if (WIN32)
if (MSVC)

Loading…
Cancel
Save