Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 1:12:45 AM (16 years ago)
Author:
landauf
Message:

fixed some parts of the cmake-files to work with windows

File:
1 edited

Legend:

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

    r1415 r1445  
    7474FIND_PACKAGE(Lua)
    7575FIND_PACKAGE(TCL)
     76FIND_PACKAGE(DirectX)
    7677
    7778#Set the search paths for the linking
     
    99100  ${Lua_INCLUDE_DIR}
    100101  ${TCL_INCLUDE_PATH}
     102  ${DirectX_INCLUDE_DIR}
     103  ${ZLIB_INCLUDE_DIR}
    101104)
    102105
Note: See TracChangeset for help on using the changeset viewer.