| Last change
                  on this file since 1454 was
                  966,
                  checked in by landauf, 18 years ago | 
        
          | 
added clipboard support (at the moment only for windows, but this will be expanded to other systems)
 | 
        | File size:
            491 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | AUX_SOURCE_DIRECTORY(tinyxml TINYXML_SRC_FILES) | 
|---|
| 4 |  | 
|---|
| 5 | SET (UTIL_SRC_FILES | 
|---|
| 6 | Math.cc | 
|---|
| 7 | String.cc | 
|---|
| 8 | Clipboard.cc | 
|---|
| 9 | SubString.cc | 
|---|
| 10 | MultiTypePrimitive.cc | 
|---|
| 11 | MultiTypeString.cc | 
|---|
| 12 | MultiTypeMath.cc | 
|---|
| 13 | ${TINYXML_SRC_FILES} | 
|---|
| 14 | ) | 
|---|
| 15 |  | 
|---|
| 16 | ADD_LIBRARY( util SHARED ${UTIL_SRC_FILES} ) | 
|---|
| 17 | SET_TARGET_PROPERTIES( util PROPERTIES LINK_FLAGS "--no-undefined" ) | 
|---|
| 18 |  | 
|---|
| 19 | IF(TESTING_ENABLED) | 
|---|
| 20 | ADD_SUBDIRECTORY(testing) | 
|---|
| 21 | ENDIF(TESTING_ENABLED) | 
|---|
| 22 |  | 
|---|
| 23 | TARGET_LINK_LIBRARIES( util | 
|---|
| 24 | ${OGRE_LIBRARIES} | 
|---|
| 25 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.