* All tools:

- Change: Adaptation to cmake 2.8. No more "add_subdirectory()" when
       the sub directory doesn't hold a CMakeList.txt.
         For "add_definition()", set policy 00005 to NEW.
   - Change: Integrate IO extenal libraries.
   - Change: Small compatibilities between "size_t" and "unsigned int"
       under 64 bits.
   - Change: Temporarily disable Equinox/Solstice in unicorn.
This commit is contained in:
The Coriolis Project 2010-03-11 16:01:42 +00:00
parent 6d651529b0
commit 0fbf1ecbcd
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ SET(QT_USE_QTXML "true")
FIND_PACKAGE(Boost 1.33.1 COMPONENTS program_options REQUIRED)
FIND_PACKAGE(Qt4 REQUIRED) # find and setup Qt4 for this project
FIND_PACKAGE(IO REQUIRED)
FIND_PACKAGE(LEFDEF REQUIRED)
FIND_PACKAGE(HURRICANE REQUIRED)
FIND_PACKAGE(CORIOLIS REQUIRED)

View File

@ -21,6 +21,8 @@
${CORIOLIS_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}
${HURRICANE_LIBRARIES}
${AGDS_LIBRARY}
${CIF_LIBRARY}
${OA_LIBRARIES}
${LEFDEF_LIBRARIES}
${QT_LIBRARIES}