[Orxonox-commit 7095] r11712 - code/trunk/src/libraries/core

landauf at orxonox.net landauf at orxonox.net
Sun Jan 7 11:51:06 CET 2018


Author: landauf
Date: 2018-01-07 11:51:05 +0100 (Sun, 07 Jan 2018)
New Revision: 11712

Modified:
   code/trunk/src/libraries/core/CMakeLists.txt
Log:
icon is not needed in core-library, is already included in orxonox-main (fixes build in Visual Studio 2017 with PCH)

Modified: code/trunk/src/libraries/core/CMakeLists.txt
===================================================================
--- code/trunk/src/libraries/core/CMakeLists.txt	2018-01-06 23:54:46 UTC (rev 11711)
+++ code/trunk/src/libraries/core/CMakeLists.txt	2018-01-07 10:51:05 UTC (rev 11712)
@@ -73,11 +73,6 @@
 ADD_SUBDIRECTORY(object)
 ADD_SUBDIRECTORY(singleton)
 
-#Add the icon (for the renderwindow)
-IF(WIN32)
-  List(APPEND CORE_SRC_FILES ${CMAKE_SOURCE_DIR}/contrib/winresource.rc)
-ENDIF()
-
 ORXONOX_ADD_LIBRARY(core
   FIND_HEADER_FILES
   TOLUA_FILES



More information about the Orxonox-commit mailing list