* pkg-config updated + cmake file
This commit is contained in:
parent
5b3f42d277
commit
752b1722bb
2 changed files with 2 additions and 2 deletions
|
|
@ -25,4 +25,4 @@ FILE(GLOB SOURCES *.cpp)
|
||||||
SET(EXECUTABLE_OUTPUT_PATH ${DO_BINARY_DIR})
|
SET(EXECUTABLE_OUTPUT_PATH ${DO_BINARY_DIR})
|
||||||
|
|
||||||
ADD_EXECUTABLE(${PROJECT_NAME} ${SOURCES})
|
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
2
do.pc
|
|
@ -8,5 +8,5 @@ includedir=${prefix}/include/do
|
||||||
Name: Distribution Object
|
Name: Distribution Object
|
||||||
Description: Distribution Object
|
Description: Distribution Object
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Libs: -L${libdir} -ldo
|
Libs: -L${libdir} -ldo -ldoutils
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
||||||
Reference in a new issue