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/util/CMakeLists.txt

    r1073 r1076  
    11AUX_SOURCE_DIRECTORY(tinyxml TINYXML_SRC_FILES)
     2AUX_SOURCE_DIRECTORY(tolua   TOLUA_SRC_FILES)
    23
    34SET (UTIL_SRC_FILES
     
    1112  MultiTypeMath.cc
    1213  ${TINYXML_SRC_FILES}
     14  ${TOLUA_SRC_FILES}
    1315)
    1416
     
    2123TARGET_LINK_LIBRARIES( util
    2224  ${OGRE_LIBRARIES}
    23 )
     25  ${Lua_LIBRARIES}
     26  ${Lua_LIBRARY}
     27)
     28
Note: See TracChangeset for help on using the changeset viewer.