1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Allow not to build the launcher

This commit is contained in:
gugus 2011-09-29 14:59:20 +02:00
parent cd7aaab48e
commit a6ffa1a82a

View file

@ -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)