diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bae834..1b87a9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ ENDIF ( Apple ) ############################################################################### # WINDOWS QUIRKS ############################################################################### -IF ( WIN ) +IF ( Win ) # icon into exe, this is ugly hack cause there is bug in CMAKE SET ( CMAKE_RC_COMPILER "C:/MinGW/bin/windres.exe" ) ENABLE_LANGUAGE ( RC ) @@ -156,7 +156,7 @@ IF ( WIN ) SET ( CMAKE_INSTALL_LIBDIR ${APPNAME}/bin ) SET ( CMAKE_INSTALL_DATADIR ${APPNAME}/share/ ) SET ( CMAKE_INSTALL_ETCDIR ${APPNAME}/etc ) -ENDIF ( WIN ) +ENDIF ( Win ) ############################################################################### # SDL SEARCH ############################################################################### |