Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1037 for code/trunk/cmake


Ignore:
Timestamp:
Apr 13, 2008, 2:24:00 PM (16 years ago)
Author:
landauf
Message:

moved tolua from util to core because of circular dependencies
reverted some bugfixes in ParticleInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindLua.cmake

    r1029 r1037  
    1717FIND_PATH(Lua_INCLUDE_DIR lua.h
    1818        /usr/include/lua5.1
    19         /usr/local/include/lua5.1)
     19        /usr/local/include/lua5.1
     20        ../libs/lua-5.1.3/src)
    2021
    2122FIND_LIBRARY(Lua_LIBRARIES lua5.1
    2223        /usr/lib
    23         /usr/local/lib)
     24        /usr/local/lib
     25        ../libs/lua-5.1.3/lib)
    2426
    2527IF (NOT Lua_INCLUDE_DIR)
Note: See TracChangeset for help on using the changeset viewer.