Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/src/lua/CMakeLists.txt @ 1884

Last change on this file since 1884 was 1884, checked in by rgrieder, 16 years ago

We had no overview of include directories:

  • Placed all of them in src/CMakeLists.txt.
  • src/ois and src/version/ceguilua were effectively removed.
  • Property svn:eol-style set to native
File size: 382 bytes
Line 
1SET( LUA_SRC_FILES
2  lapi.c
3  lauxlib.c
4  lbaselib.c
5  lcode.c
6  ldblib.c
7  ldebug.c
8  ldo.c
9  ldump.c
10  lfunc.c
11  lgc.c
12  linit.c
13  liolib.c
14  llex.c
15  lmathlib.c
16  lmem.c
17  loadlib.c
18  lobject.c
19  lopcodes.c
20  loslib.c
21  lparser.c
22  lstate.c
23  lstring.c
24  lstrlib.c
25  ltable.c
26  ltablib.c
27  ltm.c
28  lundump.c
29  lvm.c
30  lzio.c
31)
32
33ADD_LIBRARY( lua_orxonox SHARED ${LUA_SRC_FILES} )
Note: See TracBrowser for help on using the repository browser.