Go to file
Jean-Paul Chaput c77a1b1b1d * All Tools:
- Change: New structure for the installation & CMake system.
         * Tools are now grouped in "projects". There are three projects:
           1. - IO: Standalones parsers/drivers (IO_USER_TOP, IO_TOP).
           2. - Coriolis: Base & digital tools (CORIOLIS_USER_TOP, CORIOLIS_TOP).
           3. - Chams: Analogic tools (CHAMS_USER_TOP, CHAMS_TOP).
           Each *project* has a two "TOP" environement variables, for
         example: IO_TOP and IO_USER_TOP. Thoses variables are the only
         ones useds to locate the tool (CMake modules, headers & libraries).
           The local path always takes precedence over the global one.
           The localisation process occurs in each tool top CMakeLists.txt
         where the macro SETUP_PROJECT_PATH is to be defined. There is no
         way to put it in a shared includes file as it's the macro precisely
         used to locates the includes... You have to call the macro once for
         each project you wants to uses:
             SETUP_PROJECT_PATHS(IO)
             SETUP_PROJECT_PATHS(CORIOLIS)
         * In FindTOOL.cmake, supress the <TOOL>_DIR_SEARCH and uses the
         <PROJECT>_DIR_SEARCH instead (example: CORIOLIS_DIR_SEARCH).
         * buildCoriolis.py modificated according to the new "TOP" scheme.
2010-03-18 15:32:59 +00:00
bootstrap * All Tools: 2010-03-18 15:38:10 +00:00
chamsin MetaCapacitor in progress 2008-07-24 15:39:12 +00:00
crlcore * All Tools: 2010-03-18 15:32:24 +00:00
equinox * All Tools: 2010-03-18 15:32:59 +00:00
hurricane * All Tools: 2010-03-18 15:32:16 +00:00
ispd * All tools: 2010-03-11 16:01:42 +00:00
katabatic * All Tools: 2010-03-18 15:32:36 +00:00
kite * All Tools: 2010-03-18 15:32:50 +00:00
knik * All Tools: 2010-03-18 15:32:30 +00:00
solstice * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
unicorn A reminder of how to setup a complex CMAKE_MODULE_PATH. 2010-03-15 15:53:57 +00:00
vlsisapd * All Tools: 2010-03-18 15:32:06 +00:00