* ./knik:
- Change: Switch from boost::filestem to VLSISAPD path.
This commit is contained in:
parent
6185467a0f
commit
cb5fede680
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
set(QT_USE_QTXML "true")
|
set(QT_USE_QTXML "true")
|
||||||
find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
|
find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
|
||||||
|
find_package(VLSISAPD REQUIRED)
|
||||||
find_package(HURRICANE REQUIRED)
|
find_package(HURRICANE REQUIRED)
|
||||||
find_package(CORIOLIS REQUIRED)
|
find_package(CORIOLIS REQUIRED)
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
${KNIK_SOURCE_DIR}/src/flute-2.4/src
|
${KNIK_SOURCE_DIR}/src/flute-2.4/src
|
||||||
${HURRICANE_INCLUDE_DIR}
|
${HURRICANE_INCLUDE_DIR}
|
||||||
${CORIOLIS_INCLUDE_DIR}
|
${CORIOLIS_INCLUDE_DIR}
|
||||||
|
${UTILITIES_INCLUDE_DIR}
|
||||||
${Boost_INCLUDE_DIRS}
|
${Boost_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
set ( includes knik/Configuration.h
|
set ( includes knik/Configuration.h
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
${CONFIGURATION_LIBRARY}
|
${CONFIGURATION_LIBRARY}
|
||||||
${CIF_LIBRARY}
|
${CIF_LIBRARY}
|
||||||
${AGDS_LIBRARY}
|
${AGDS_LIBRARY}
|
||||||
|
${UTILITIES_LIBRARY}
|
||||||
${LEFDEF_LIBRARIES}
|
${LEFDEF_LIBRARIES}
|
||||||
${OA_LIBRARIES}
|
${OA_LIBRARIES}
|
||||||
${QT_LIBRARIES}
|
${QT_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue