Last change
on this file since 1803 was
1803,
checked in by rgrieder, 16 years ago
|
added files for lua 5.1.3, lua 5.0.3, CEGUILua-0.6.1 and CEGUILua-0.5.0b
|
-
Property svn:eol-style set to
native
|
File size:
396 bytes
|
Rev | Line | |
---|
[1803] | 1 | INCLUDE_DIRECTORIES(.) |
---|
| 2 | |
---|
| 3 | SET( LUA_SRC_FILES |
---|
| 4 | lapi.c |
---|
| 5 | lauxlib.c |
---|
| 6 | lbaselib.c |
---|
| 7 | lcode.c |
---|
| 8 | ldblib.c |
---|
| 9 | ldebug.c |
---|
| 10 | ldo.c |
---|
| 11 | ldump.c |
---|
| 12 | lfunc.c |
---|
| 13 | lgc.c |
---|
| 14 | liolib.c |
---|
| 15 | llex.c |
---|
| 16 | lmathlib.c |
---|
| 17 | lmem.c |
---|
| 18 | loadlib.c |
---|
| 19 | lobject.c |
---|
| 20 | lopcodes.c |
---|
| 21 | lparser.c |
---|
| 22 | lstate.c |
---|
| 23 | lstring.c |
---|
| 24 | lstrlib.c |
---|
| 25 | ltable.c |
---|
| 26 | ltablib.c |
---|
| 27 | ltests.c |
---|
| 28 | ltm.c |
---|
| 29 | lundump.c |
---|
| 30 | lvm.c |
---|
| 31 | lzio.c |
---|
| 32 | ) |
---|
| 33 | |
---|
| 34 | ADD_LIBRARY( lua_orxonox SHARED ${LUA_SRC_FILES} ) |
---|
Note: See
TracBrowser
for help on using the repository browser.