Changeset 2673 for code/branches/buildsystem3/src/orxonox
- Timestamp:
- Feb 16, 2009, 4:15:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/CMakeLists.txt
r2670 r2673 76 76 ) 77 77 78 ORXONOX_INSTALL(orxonox) 79 80 78 81 # When using Visual Studio we want to use the output directory as working 79 82 # directory and we also want to specify where the external dlls … … 93 96 CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox.vcproj.user" "${CMAKE_CURRENT_BINARY_DIR}/orxonox.vcproj.user") 94 97 ENDIF(MSVC) 95 96 ORXONOX_INSTALL(orxonox)
Note: See TracChangeset
for help on using the changeset viewer.