Changeset 5733 for code/branches/libraries2/src/orxonox
- Timestamp:
- Sep 1, 2009, 12:04:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/CMakeLists.txt
r5732 r5733 31 31 ADD_SUBDIRECTORY(sound) 32 32 33 # Translate argument34 IF(ORXONOX_USE_WINMAIN)35 SET(ORXONOX_WIN32 WIN32)36 ENDIF()37 38 33 ORXONOX_ADD_LIBRARY(orxonox 39 34 FIND_HEADER_FILES … … 67 62 ) 68 63 69 ORXONOX_ADD_EXECUTABLE(orxonox-main70 # When defined as WIN32 this removes the console window on Windows71 ${ORXONOX_WIN32}72 LINK_LIBRARIES73 orxonox74 SOURCE_FILES75 Orxonox.cc76 OUTPUT_NAME orxonox77 )78 79 GET_TARGET_PROPERTY(_exec_loc orxonox-main LOCATION)80 GET_FILENAME_COMPONENT(_exec_name ${_exec_loc} NAME)81 SET(ORXONOX_EXECUTABLE_NAME ${_exec_name} CACHE INTERNAL "")82 83 64 84 65 # When using Visual Studio we want to use the output directory as working
Note: See TracChangeset
for help on using the changeset viewer.