* All tools:

- Change: take account of the renaming "io" -> "vlsisapd".
This commit is contained in:
Jean-Paul Chaput 2010-05-18 15:04:34 +00:00
parent ed6fbe9f5f
commit 3c65703695
3 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ MACRO(SETUP_PROJECT_PATHS project)
LIST(REMOVE_DUPLICATES CMAKE_MODULE_PATH)
ENDMACRO(SETUP_PROJECT_PATHS project)
SETUP_PROJECT_PATHS(IO)
SETUP_PROJECT_PATHS(VLSISAPD)
SETUP_PROJECT_PATHS(CORIOLIS)
MESSAGE("-- Components of CMAKE_MODULE_PATH:")
@ -45,7 +45,7 @@ FIND_PACKAGE(BISON REQUIRED)
FIND_PACKAGE(FLEX REQUIRED)
FIND_PACKAGE(LEFDEF)
FIND_PACKAGE(OPENACCESS)
FIND_PACKAGE(IO REQUIRED)
FIND_PACKAGE(VLSISAPD REQUIRED)
FIND_PACKAGE(HURRICANE REQUIRED)
SET_LIB_LINK_MODE()

View File

@ -21,10 +21,10 @@ using namespace std;
#include "hurricane/Query.h"
using namespace Hurricane;
#include "io/agds/GdsLibrary.h"
#include "io/agds/GdsStructure.h"
#include "io/agds/GdsRectangle.h"
using namespace IO;
#include "vlsisapd/agds/GdsLibrary.h"
#include "vlsisapd/agds/GdsStructure.h"
#include "vlsisapd/agds/GdsRectangle.h"
using namespace vlsisapd;
#include "Agds.h"

View File

@ -21,9 +21,9 @@ using namespace std;
#include "hurricane/Query.h"
using namespace Hurricane;
#include "io/cif/CifCircuit.h"
#include "io/cif/CifPolygon.h"
using namespace IO;
#include "vlsisapd/cif/CifCircuit.h"
#include "vlsisapd/cif/CifPolygon.h"
using namespace vlsisapd;
#include "Cif.h"