1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 13:45:35 +00:00

Merge remote branch 'gus/journal'

This commit is contained in:
Marc Zinnschlag 2011-09-30 09:38:16 +02:00
commit 5bfd953dd4

View file

@ -518,7 +518,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)