Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 7:54:44 PM (16 years ago)
Author:
nicolape
Message:

Level loader working, see test1 class

File:
1 edited

Legend:

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

    r471 r480  
    44SET( LOADER_SRC_FILES
    55  LevelLoader.cc
    6   #../xml/xmlParser.cc
    7   ../tinyxml/tinystr.cc
    8   ../tinyxml/tinyxml.cc
    9   ../tinyxml/tinyxmlerror.cc
    10   ../tinyxml/tinyxmlparser.cc
    116)
    127
    138ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES})
     9
     10TARGET_LINK_LIBRARIES( loader
     11  xml
     12)
Note: See TracChangeset for help on using the changeset viewer.