1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: add comments

This commit is contained in:
Mathieu Schroeter 2017-09-04 18:01:25 +02:00
parent 3d2a81033f
commit 92ece42671

View File

@ -88,6 +88,7 @@ if (MINGW)
enable_language (RC)
set (CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> <FLAGS> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")
# 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