* ./equinox:
- Change: Switch from boost::filestem to VLSISAPD path.
This commit is contained in:
parent
e2cb433962
commit
6ee85a00b4
|
@ -14,6 +14,7 @@
|
|||
|
||||
set(QT_USE_QTXML "true")
|
||||
find_package(Qt4 REQUIRED)
|
||||
find_package(VLSISAPD REQUIRED)
|
||||
find_package(HURRICANE REQUIRED)
|
||||
find_package(CORIOLIS REQUIRED)
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
${EQUINOX_SOURCE_DIR}/src/intervalTree/src
|
||||
${HURRICANE_INCLUDE_DIR}
|
||||
${CORIOLIS_INCLUDE_DIR}
|
||||
${UTILITIES_INCLUDE_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue