| 
                Last change
                  on this file since 748 was
                  744,
                  checked in by landauf, 18 years ago
           | 
        
        
          
              - changed CML files: xml library is now util library and is open for more files
 - added substring class from orxonox v1, linked to the new util library
  
           | 
        
        | 
            File size:
            287 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | # TODO find a cleaner way to include xmlParser | 
|---|
| 4 | SET( LOADER_SRC_FILES | 
|---|
| 5 |   LevelLoader.cc | 
|---|
| 6 | ) | 
|---|
| 7 |  | 
|---|
| 8 | IF(WIN32) | 
|---|
| 9 |   ADD_LIBRARY(loader ${LOADER_SRC_FILES}) | 
|---|
| 10 | ELSE(WIN32) | 
|---|
| 11 |   ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES}) | 
|---|
| 12 | ENDIF(WIN32) | 
|---|
| 13 |  | 
|---|
| 14 | TARGET_LINK_LIBRARIES( loader | 
|---|
| 15 |   util | 
|---|
| 16 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.