Changeset 2702 for code/branches/buildsystem3/CMakeLists.txt
- Timestamp:
- Feb 27, 2009, 2:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/CMakeLists.txt
r2697 r2702 45 45 ENDIF() 46 46 47 # Library Config47 # Library finding 48 48 INCLUDE(LibraryConfig) 49 49 50 # Build Config50 # General build and compiler options and configurations 51 51 INCLUDE(BuildConfig) 52 52 … … 54 54 ADD_SUBDIRECTORY(media) 55 55 56 # Remaining tardis hack 56 57 ADD_SUBDIRECTORY(config) 57 SET(ORXONOX_LOG_DEV_PATH ${CMAKE_CURRENT_BINARY_DIR})58 58 59 # Create sthe actual project59 # Create the actual project 60 60 ADD_SUBDIRECTORY(src) 61 61 62 # Configure the binary output directory 62 # Configure the binary output directory. Do this after src! 63 63 ADD_SUBDIRECTORY(bin) 64 64
Note: See TracChangeset
for help on using the changeset viewer.