Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/camera/src/util/tolua/CMakeLists.txt @ 1493

Last change on this file since 1493 was 1211, checked in by scheusso, 17 years ago

merged trunk changes from 1101 to 1202 into camera branch

File size: 231 bytes
RevLine 
[1211]1SET(TOLUA_SRC_FILES
[1073]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
[1211]11ADD_EXECUTABLE(tolua ${TOLUA_SRC_FILES})
[1073]12
[1211]13TARGET_LINK_LIBRARIES(tolua
[1073]14  ${Lua_LIBRARIES}
[1076]15  m
[1073]16)
[1211]17
Note: See TracBrowser for help on using the repository browser.