Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
45357608
Commit
45357608
authored
Oct 16, 2015
by
Ghislain MARY
Browse files
Fix top dir for documentation generation with CMake when grouping projects.
parent
fdaaed54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/help/CMakeLists.txt
coreapi/help/CMakeLists.txt
+1
-1
No files found.
coreapi/help/CMakeLists.txt
View file @
45357608
...
@@ -24,7 +24,7 @@ find_package(Doxygen)
...
@@ -24,7 +24,7 @@ find_package(Doxygen)
if
(
DOXYGEN_FOUND
)
if
(
DOXYGEN_FOUND
)
if
(
DOXYGEN_DOT_FOUND
)
if
(
DOXYGEN_DOT_FOUND
)
set
(
top_srcdir
${
CMAKE_
SOURCE_DIR
}
)
set
(
top_srcdir
"
${
CMAKE_
CURRENT_LIST_DIR
}
/../../"
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxyfile.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxyfile.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
file
(
GLOB DOC_INPUT_FILES
file
(
GLOB DOC_INPUT_FILES
[^.]*.c
[^.]*.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment