Skip to content
Snippets Groups Projects
Commit 1e344b8d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

Merge branch 'devel' of github.com:gepetto/gepetto-viewer-corba into devel

parents 2383bdbd 9cb42206
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ INCLUDE(cmake/idl.cmake) ...@@ -26,6 +26,7 @@ INCLUDE(cmake/idl.cmake)
INCLUDE(cmake/python.cmake) INCLUDE(cmake/python.cmake)
INCLUDE(cmake/boost.cmake) INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/test.cmake) INCLUDE(cmake/test.cmake)
INCLUDE(cmake/apple.cmake)
SET(PROJECT_NAME gepetto-viewer-corba) SET(PROJECT_NAME gepetto-viewer-corba)
SET(PROJECT_DESCRIPTION "Corba server for gepetto-viewer") SET(PROJECT_DESCRIPTION "Corba server for gepetto-viewer")
...@@ -38,6 +39,10 @@ SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) ...@@ -38,6 +39,10 @@ SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
SETUP_PROJECT () SETUP_PROJECT ()
IF(APPLE)
APPLY_DEFAULT_APPLE_CONFIGURATION()
ENDIF(APPLE)
# {{{ C++ and Python client. # {{{ C++ and Python client.
# Dependencies # Dependencies
ADD_REQUIRED_DEPENDENCY("omniORB4 >= 4.1.4") ADD_REQUIRED_DEPENDENCY("omniORB4 >= 4.1.4")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment