Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2008, 12:47:29 AM (16 years ago)
Author:
landauf
Message:

added cpptcl and some first tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/CMakeLists.txt

    r1133 r1151  
    6363FIND_PACKAGE(ZLIB)
    6464FIND_PACKAGE(Lua)
     65FIND_PACKAGE(TCL)
    6566
    6667#Set the search paths for the linking
     
    7273  ${Boost_LIBRARY_DIRS}
    7374  ${Zlib_LIBRARY_DIR}
     75  ${TCL_LIBRARY}
    7476)
    7577
     
    8688  ${OGG_INCLUDE_DIR}
    8789  ${Lua_INCLUDE_DIR}
     90  ${TCL_INCLUDE_PATH}
    8891)
    8992
Note: See TracChangeset for help on using the changeset viewer.