diff --git a/application/eda_sa/CMakeLists.txt b/application/eda_sa/CMakeLists.txt index 8cdc8c13..e8ec6f13 100644 --- a/application/eda_sa/CMakeLists.txt +++ b/application/eda_sa/CMakeLists.txt @@ -25,4 +25,4 @@ FILE(GLOB SOURCES *.cpp) SET(EXECUTABLE_OUTPUT_PATH ${DO_BINARY_DIR}) ADD_EXECUTABLE(${PROJECT_NAME} ${SOURCES}) -TARGET_LINK_LIBRARIES(${PROJECT_NAME} do ${EO_LIBRARIES} ${MO_LIBRARIES} ${Boost_LIBRARIES}) +TARGET_LINK_LIBRARIES(${PROJECT_NAME} do doutils ${EO_LIBRARIES} ${MO_LIBRARIES} ${Boost_LIBRARIES}) diff --git a/do.pc b/do.pc index 44155200..b207747d 100644 --- a/do.pc +++ b/do.pc @@ -8,5 +8,5 @@ includedir=${prefix}/include/do Name: Distribution Object Description: Distribution Object Version: 1.0 -Libs: -L${libdir} -ldo +Libs: -L${libdir} -ldo -ldoutils Cflags: -I${includedir}