Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11712


Ignore:
Timestamp:
Jan 7, 2018, 11:51:05 AM (6 years ago)
Author:
landauf
Message:

icon is not needed in core-library, is already included in orxonox-main (fixes build in Visual Studio 2017 with PCH)

File:
1 edited

Legend:

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

    r10624 r11712  
    7474ADD_SUBDIRECTORY(singleton)
    7575
    76 #Add the icon (for the renderwindow)
    77 IF(WIN32)
    78   List(APPEND CORE_SRC_FILES ${CMAKE_SOURCE_DIR}/contrib/winresource.rc)
    79 ENDIF()
    80 
    8176ORXONOX_ADD_LIBRARY(core
    8277  FIND_HEADER_FILES
Note: See TracChangeset for help on using the changeset viewer.