Changeset 2579 for code/branches/buildsystem2/src/orxonox
- Timestamp:
- Jan 8, 2009, 9:37:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/CMakeLists.txt
r2569 r2579 49 49 ) 50 50 51 INSTALL(TARGETS orxonox RUNTIME DESTINATION bin) 51 IF (NOT WIN32) 52 INSTALL(TARGETS orxonox RUNTIME DESTINATION bin) 53 ENDIF (NOT WIN32)
Note: See TracChangeset
for help on using the changeset viewer.