Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1115 for code/trunk/src/core


Ignore:
Timestamp:
Apr 20, 2008, 2:54:15 AM (17 years ago)
Author:
landauf
Message:

tried to integrate the whole tolua-thing in proper cmake code

Location:
code/trunk/src/core
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CMakeLists.txt

    r1084 r1115  
    1 #get the created files
    2 AUX_SOURCE_DIRECTORY(tolua TOLUA_BIND_FILES)
    3 
    4 SET( CORE_SRC_FILES
     1SET(CORE_SRC_FILES
    52  OrxonoxClass.cc
    63  BaseObject.cc
     
    2926  Tickable.cc
    3027  Script.cc
    31   ${TOLUA_BIND_FILES}
    3228)
    3329
    34 ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
     30ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
    3531
    36 TARGET_LINK_LIBRARIES( core
     32TARGET_LINK_LIBRARIES(core
    3733  util
     34  tolualib
    3835  ${Lua_LIBRARIES}
    3936  ${Lua_LIBRARY}
  • code/trunk/src/core/Script.cc

    r1102 r1115  
    3939}
    4040
    41 #include "tolua++.h"
     41#include "tolua/tolua++.h"
    4242#include "tolua/tolua_bind.h"
    4343
Note: See TracChangeset for help on using the changeset viewer.