Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/util/tolua/CMakeLists.txt @ 1073

Last change on this file since 1073 was 1073, checked in by rgrieder, 16 years ago
  • added tolua.cmake to create tolua executable
File size: 228 bytes
Line 
1SET (TOLUA_SRC_FILES
2  tolua.c
3  tolua_event.c
4  tolua_is.c
5  tolua_map.c
6  tolua_push.c
7  tolua_to.c
8  toluabind.c
9)
10
11ADD_EXECUTABLE( tolua ${TOLUA_SRC_FILES} )
12
13TARGET_LINK_LIBRARIES( tolua
14  ${Lua_LIBRARIES}
15)
Note: See TracBrowser for help on using the repository browser.