Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2008, 10:05:37 AM (16 years ago)
Author:
rgrieder
Message:

two hours of Fuk is very 'enlighting', the whole thing works now.\ncmake. will now build lua, then compile with tolua and finally create the Makefiles for orxonox.\n

File:
1 edited

Legend:

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

    r1070 r1076  
     1#get the created files
     2AUX_SOURCE_DIRECTORY(tolua TOLUA_BIND_FILES)
     3
     4MESSAGE(STATUS "tolua sources: ${TOLUA_BIND_FILES}")
     5
    16SET( CORE_SRC_FILES
    27  OrxonoxClass.cc
     
    2631  Tickable.cc
    2732  Script.cc
    28   ToLuaBind.cc
     33  ${TOLUA_BIND_FILES}
    2934)
    3035
     
    3439  util
    3540  ${Lua_LIBRARIES}
     41  ${Lua_LIBRARY}
    3642  ${OIS_LIBRARIES}
    3743)
Note: See TracChangeset for help on using the changeset viewer.