@ -1,17 +1,17 @@
# A p p s a n d t o o l s
option ( BUILD_OPENMW "build OpenMW" ON )
option ( BUILD_BSATOOL "build BSA extractor" ON )
option ( BUILD_ESMTOOL "build ESM inspector" ON )
option ( BUILD_LAUNCHER "build Launcher" ON )
option ( BUILD_MWINIIMPORTER "build MWiniImporter" ON )
option ( BUILD_ESSIMPORTER "build ESS (Morrowind save game) importer" ON )
option ( BUILD_OPENCS "build OpenMW Construction Set" ON )
option ( BUILD_WIZARD "build Installation Wizard" ON )
option ( BUILD_OPENMW "Build OpenMW" ON )
option ( BUILD_LAUNCHER "Build Launcher" ON )
option ( BUILD_WIZARD "Build Installation Wizard" ON )
option ( BUILD_MWINIIMPORTER "Build MWiniImporter" ON )
option ( BUILD_OPENCS "Build OpenMW Construction Set" ON )
option ( BUILD_ESSIMPORTER "Build ESS (Morrowind save game) importer" ON )
option ( BUILD_BSATOOL "Build BSA extractor" ON )
option ( BUILD_ESMTOOL "Build ESM inspector" ON )
option ( BUILD_NIFTEST "Build nif file tester" ON )
option ( BUILD_MYGUI_PLUGIN "Build MyGUI plugin for OpenMW resources, to use with MyGUI tools" ON )
option ( BUILD_DOCS "Build documentation." OFF )
option ( BUILD_WITH_CODE_COVERAGE "Enable code coverage with gconv" OFF )
option ( BUILD_UNITTESTS "Enable Unittests with Google C++ Unittest" OFF )
option ( BUILD_NIFTEST "build nif file tester" OFF )
option ( BUILD_MYGUI_PLUGIN "build MyGUI plugin for OpenMW resources, to use with MyGUI tools" ON )
option ( BUILD_DOCS "build documentation." OFF )
if ( NOT BUILD_LAUNCHER AND NOT BUILD_OPENCS AND NOT BUILD_WIZARD )
set ( USE_QT FALSE )