Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2015, 6:05:25 PM (9 years ago)
Author:
muemart
Message:

Add program icon for Windows builds (MSVC only for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/CMakeLists.txt

    r10186 r10267  
    5858IF(APPLE)
    5959  LIST(APPEND ORXONOX_MAIN_FILES OrxonoxMac.mm)
     60# Add the icon for win32 builds
     61# TODO: does this work for mingw too?
     62ELSEIF(WIN32 AND MSVC)
     63  LIST(APPEND ORXONOX_MAIN_FILES ${CMAKE_SOURCE_DIR}/contrib/winresource.rc)
    6064ENDIF()
    6165
Note: See TracChangeset for help on using the changeset viewer.