diff --git a/CMakeLists.txt b/CMakeLists.txt index 4727484..cf33cd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ if (MINGW) enable_language (RC) set (CMAKE_RC_COMPILE_OBJECT " -O coff -i -o ") + # Remove cmd window when executing planetblupi set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -mwindows") endif (MINGW) @@ -179,7 +180,9 @@ foreach (file ${_gmoFiles}) add_dependencies (planetblupi "po-${_lang}") endforeach (file) +############## # Installation +############## install (TARGETS planetblupi RUNTIME DESTINATION bin