Skip to content

Commit

Permalink
[Doc] Use HPP doc from cmake module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmirabel committed Dec 20, 2018
1 parent 65008d9 commit e3abe60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(CXX_DISABLE_WERROR true)

INCLUDE(cmake/base.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/idl.cmake)
INCLUDE(cmake/python.cmake)

Expand All @@ -32,7 +33,7 @@ SET(CLIENT_ONLY FALSE CACHE BOOL "Set to true to install the client only")

SET(CUSTOM_HEADER_DIR hpp/corbaserver/manipulation)

SETUP_PROJECT ()
SETUP_HPP_PROJECT ()

CONFIG_FILES (include/hpp/corbaserver/manipulation/doc.hh)

Expand Down Expand Up @@ -77,4 +78,4 @@ ADD_SUBDIRECTORY(src)

PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})

SETUP_PROJECT_FINALIZE()
SETUP_HPP_PROJECT_FINALIZE()

0 comments on commit e3abe60

Please sign in to comment.