Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 6:36:18 PM (18 years ago)
Author:
scheusso
Message:

some improvements in chatserver/client

File:
1 edited

Legend:

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

    r448 r475  
    4141TARGET_LINK_LIBRARIES( chatserver
    4242  ${OGRE_LIBRARIES}
    43   ${OIS_LIBRARIES}
    4443  network
    4544  core
     
    5049TARGET_LINK_LIBRARIES( chatclient
    5150  ${OGRE_LIBRARIES}
    52   ${OIS_LIBRARIES}
    5351  network
    5452  core
     
    6058TARGET_LINK_LIBRARIES( client
    6159  ${OGRE_LIBRARIES}
    62   ${OIS_LIBRARIES}
    6360  network
    6461  core
     
    6764TARGET_LINK_LIBRARIES( server
    6865  ${OGRE_LIBRARIES}
    69   ${OIS_LIBRARIES}
    7066  network
    7167  core
Note: See TracChangeset for help on using the changeset viewer.