Last change
on this file since 1696 was
1505,
checked in by rgrieder, 16 years ago
|
f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…
|
-
Property svn:eol-style set to
native
|
File size:
353 bytes
|
Rev | Line | |
---|
[1505] | 1 | SET(UTIL_SRC_FILES |
---|
| 2 | ArgReader.cc |
---|
| 3 | Clipboard.cc |
---|
| 4 | ExprParser.cc |
---|
| 5 | Math.cc |
---|
| 6 | MultiTypePrimitive.cc |
---|
| 7 | MultiTypeString.cc |
---|
| 8 | MultiTypeMath.cc |
---|
| 9 | String.cc |
---|
| 10 | SubString.cc |
---|
| 11 | ) |
---|
| 12 | |
---|
| 13 | ADD_LIBRARY(util SHARED ${UTIL_SRC_FILES}) |
---|
| 14 | |
---|
| 15 | IF(TESTING_ENABLED) |
---|
| 16 | ADD_SUBDIRECTORY(testing) |
---|
| 17 | ENDIF(TESTING_ENABLED) |
---|
| 18 | |
---|
| 19 | TARGET_LINK_LIBRARIES(util |
---|
| 20 | ${OGRE_LIBRARIES} |
---|
| 21 | ${Lua_LIBRARIES} |
---|
| 22 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.