From 3ff3fcb0434d12d9f4a9ba3715bab761c4f710a0 Mon Sep 17 00:00:00 2001 From: Patric Matters Date: Tue, 17 Mar 2015 20:54:10 +0100 Subject: Made zlib dependent on DLT_SYSTEM. Doxygen paths are now determined by CMake. Signed-off-by: Patrick Matters Signed-off-by: Alexander Wenzel --- doc/doxygen.cfg.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/doxygen.cfg.cmake') diff --git a/doc/doxygen.cfg.cmake b/doc/doxygen.cfg.cmake index 13eec96..d5f44d0 100755 --- a/doc/doxygen.cfg.cmake +++ b/doc/doxygen.cfg.cmake @@ -573,9 +573,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ./../../doc/mainpage.h \ - ./../../src/ \ - ./../../include +INPUT = @CMAKE_SOURCE_DIR@/doc/mainpage.h \ + @CMAKE_SOURCE_DIR@/src/ \ + @CMAKE_SOURCE_DIR@/include # This tag can be used to specify the character encoding of the source files -- cgit v1.2.1