[Orxonox-commit 3125] r7819 - code/trunk/src

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Dec 26 21:12:32 CET 2010


Author: rgrieder
Date: 2010-12-26 21:12:31 +0100 (Sun, 26 Dec 2010)
New Revision: 7819

Modified:
   code/trunk/src/CMakeLists.txt
Log:
Removed inconvenient code again.

Modified: code/trunk/src/CMakeLists.txt
===================================================================
--- code/trunk/src/CMakeLists.txt	2010-12-26 20:07:43 UTC (rev 7818)
+++ code/trunk/src/CMakeLists.txt	2010-12-26 20:12:31 UTC (rev 7819)
@@ -121,8 +121,6 @@
 
 ################## Executable ###################
 
-SET_SOURCE_FILES(ORXONOX_MAIN_SRC_FILES Orxonox.cc)
-
 INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_SOURCE_DIR}/libraries
   ${CMAKE_CURRENT_SOURCE_DIR}/orxonox
@@ -139,7 +137,7 @@
   LINK_LIBRARIES
     orxonox
   SOURCE_FILES
-    ${ORXONOX_MAIN_SRC_FILES}
+    Orxonox.cc
   OUTPUT_NAME orxonox
 )
 # Main executable should depend on all modules




More information about the Orxonox-commit mailing list