Try to blindly correct the linking problem of cx2y.

This commit is contained in:
Jean-Paul Chaput 2021-10-29 17:05:44 +02:00
parent 1592e46a3f
commit f41875ccdf
1 changed files with 14 additions and 5 deletions

View File

@ -6,15 +6,24 @@
${Boost_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
) )
set ( cpps x2y.cpp set ( cpps x2y.cpp )
)
link_directories ( ${CRLCORE_BINARY_DIR}/src/ccore ) link_directories ( ${CRLCORE_BINARY_DIR}/src/ccore )
add_executable ( cx2y ${cpps} ) add_executable ( cx2y ${cpps} )
target_link_libraries ( cx2y crlcore target_link_libraries ( cx2y crlcore
${UTILITIES_LIBRARY} ${HURRICANE_PYTHON_NEW_LIBRARIES}
${HURRICANE_PYTHON_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}
${HURRICANE_LIBRARIES}
${BOOKSHELF_LIBRARY}
${LEFDEF_LIBRARIES}
${OA_LIBRARIES}
${QtX_LIBRARIES}
${Boost_LIBRARIES}
${Python_LIBRARIES} ${Python_LIBRARIES}
${LIBEXECINFO_LIBRARIES} -lutil
${LIBBFD_LIBRARIES} ${LIBXML2_LIBRARIES}
${LIBEXECINFO_LIBRARIES}
${LIBBFD_LIBRARIES}
) )
install ( TARGETS cx2y DESTINATION bin ) install ( TARGETS cx2y DESTINATION bin )