Fix missing Python link libraries, more of them.
This commit is contained in:
parent
7a644c65fb
commit
87fd1fa7b6
|
@ -14,6 +14,7 @@ endif ( CHECK_DETERMINISM )
|
|||
${QtX_INCLUDE_DIRS}
|
||||
${Python_INCLUDE_DIRS}
|
||||
)
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
set( includes anabatic/Constants.h
|
||||
anabatic/Configuration.h
|
||||
anabatic/Matrix.h
|
||||
|
@ -90,6 +91,7 @@ endif ( CHECK_DETERMINISM )
|
|||
${QtX_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
${LIBXML2_LIBRARIES}
|
||||
${Python3_LIBRARIES}
|
||||
-lutil
|
||||
)
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
-lutil
|
||||
)
|
||||
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
|
||||
add_definitions( -DCORIOLIS_TOP="${CORIOLIS_TOP}"
|
||||
-DSYS_CONF_DIR="${SYS_CONF_DIR}"
|
||||
|
@ -97,6 +98,7 @@
|
|||
${HURRICANE_LIBRARIES}
|
||||
${LEFDEF_LIBRARIES}
|
||||
${QtX_LIBRARIES}
|
||||
${Python3_LIBRARIES}
|
||||
-lutil
|
||||
)
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
${Boost_INCLUDE_DIRS}
|
||||
${Python_INCLUDE_DIRS}
|
||||
)
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
set( includes etesian/Configuration.h
|
||||
etesian/Placement.h
|
||||
etesian/FeedCells.h
|
||||
|
@ -58,6 +59,7 @@
|
|||
${QtX_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
${LIBXML2_LIBRARIES}
|
||||
${Python3_LIBRARIES}
|
||||
-lutil
|
||||
${LIBEXECINFO_LIBRARIES}
|
||||
)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
${CONFIGURATION_INCLUDE_DIR}
|
||||
${Python_INCLUDE_DIRS}
|
||||
)
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
|
||||
set( includes flute.h
|
||||
dl.h
|
||||
|
@ -33,6 +34,7 @@
|
|||
${HURRICANE_PYTHON_LIBRARIES}
|
||||
${HURRICANE_LIBRARIES}
|
||||
${UTILITIES_LIBRARY}
|
||||
${Python3_LIBRARIES}
|
||||
|
||||
-lutil
|
||||
)
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
${Boost_INCLUDE_DIRS}
|
||||
${Python_INCLUDE_DIRS}
|
||||
)
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
set( pyCpps ProxyProperty.cpp
|
||||
PythonAttributes.cpp
|
||||
PyBreakpoint.cpp
|
||||
|
@ -167,6 +168,7 @@
|
|||
)
|
||||
|
||||
set( depLibs hurricane
|
||||
${Python3_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
|
||||
)
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
${Boost_INCLUDE_DIRS}
|
||||
${Python_INCLUDE_DIRS}
|
||||
)
|
||||
find_package (Python3 COMPONENTS Interpreter Development)
|
||||
set( includes katana/Constants.h
|
||||
katana/Block.h
|
||||
katana/TrackCost.h
|
||||
|
@ -109,6 +110,7 @@
|
|||
${QtX_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
${LIBXML2_LIBRARIES}
|
||||
${Python3_LIBRARIES}
|
||||
-lutil
|
||||
${LIBEXECINFO_LIBRARIES}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue