Skip to content
Snippets Groups Projects
Commit 20923585 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Install server.

parent 26ba454a
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ SET(${PROJECT_NAME}_HEADERS
include/gepetto/viewer/corba/server.hh
include/gepetto/viewer/corba/client.hh
include/gepetto/viewer/corba/se3.hh
include/gepetto/viewer/corba/fwd.hh
)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
......@@ -48,6 +49,8 @@ ADD_REQUIRED_DEPENDENCY("urdfdom")
ADD_REQUIRED_DEPENDENCY("eigen3 >= v3.0.5")
SEARCH_FOR_BOOST()
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
INCLUDE_DIRECTORIES(SYSTEM ${EIGEN3_INCLUDE_DIRS})
ADD_SUBDIRECTORY(src)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment