Changeset 1209 for code/trunk/src/util
- Timestamp:
- Apr 30, 2008, 7:57:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/CMakeLists.txt
r1153 r1209 9 9 String.cc 10 10 SubString.cc 11 12 tinyxml/ticpp.cc13 tinyxml/tinystr.cc14 tinyxml/tinyxml.cc15 tinyxml/tinyxmlerror.cc16 tinyxml/tinyxmlparser.cc17 18 tolua/tolua_event.c19 tolua/tolua_is.c20 tolua/tolua_map.c21 tolua/tolua_push.c22 tolua/tolua_to.c23 11 ) 24 12 … … 32 20 ${OGRE_LIBRARIES} 33 21 ${Lua_LIBRARIES} 34 ) 35 36 ADD_SUBDIRECTORY(tolua) 37 22 )
Note: See TracChangeset
for help on using the changeset viewer.