Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2008, 4:03:19 AM (16 years ago)
Author:
bknecht
Message:

loads level from file and creates lua code from XML code. not tested yet though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script/cmake/FindLua.cmake

    r954 r956  
    2323        /usr/local/lib)
    2424
    25 ADD_DEFINITIONS(-DLUA_VERSION=51)
    26 
    2725IF (NOT Lua_LIBRARIES AND Lua_INCLUDE_DIR)
    2826FIND_PATH(Lua_INCLUDE_DIR lua.h
     
    4240
    4341SET(Lua_LIBRARIES ${Lua_LIBRARIES} ${Lua_LIBRARY})
    44 ADD_DEFINITIONS(-DLUA_VERSION=50)
    4542
    4643ENDIF (NOT Lua_LIBRARIES AND Lua_INCLUDE_DIR)
Note: See TracChangeset for help on using the changeset viewer.