Changeset 2621 for code/branches/buildsystem2/cmake/LibraryConfigMSVC.cmake
- Timestamp:
- Jan 29, 2009, 11:35:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/LibraryConfigMSVC.cmake
r2618 r2621 40 40 MESSAGE(FATAL_ERROR "Could not find dependency directory for the Visual Studio libraries") 41 41 ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/dependencies/orxonox_vc8) 42 SET(ORXONOX_ LIBRARY_BIN_DIR${MSVC_LIBRARY_DIR}/bin)42 SET(ORXONOX_RUNTIME_LIBRARY_DIRECTORY ${MSVC_LIBRARY_DIR}/bin) 43 43 44 44 # Set variables for the include directories and the libraries
Note: See TracChangeset
for help on using the changeset viewer.