* pkg-config updated + cmake file

This commit is contained in:
Caner Candan 2010-08-24 11:19:31 +02:00
commit 752b1722bb
2 changed files with 2 additions and 2 deletions

View file

@ -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})

2
do.pc
View file

@ -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}