forked from mirror/openmw-tes3mp
Allow not to build the launcher
This commit is contained in:
parent
cd7aaab48e
commit
a6ffa1a82a
1 changed files with 4 additions and 1 deletions
|
@ -514,7 +514,10 @@ if (BUILD_ESMTOOL)
|
||||||
add_subdirectory( apps/esmtool )
|
add_subdirectory( apps/esmtool )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory( apps/launcher )
|
option(BUILD_LAUNCHER "build Launcher inspector" ON)
|
||||||
|
if (BUILD_LAUNCHER)
|
||||||
|
add_subdirectory( apps/launcher )
|
||||||
|
endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
|
|
Loading…
Reference in a new issue