Private
Public Access
2
0

doxygen: generic and more reliable doxygen/swig autodoc integration

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-30 10:50:44 +01:00
parent 804c4a437d
commit 0450c2e159
7 changed files with 57 additions and 37 deletions

View File

@@ -33,10 +33,6 @@ set (maa_VERSION_MINOR ${VERSION_MINOR})
set (maa_VERSION_PATCH ${VERSION_PATCH})
set (maa_VERSION_STRING ${maa_VERSION_MAJOR}.${maa_VERSION_MINOR}.${maa_VERSION_PATCH})
set (SWIG_EXECUTABLE /usr/bin/swig)
find_package (SWIG REQUIRED)
include (${SWIG_USE_FILE})
set (CMAKE_SWIG_FLAGS "")
option (test "Build all tests." OFF)