Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
9c008b07
Commit
9c008b07
authored
May 12, 2015
by
Phyks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to update the CMakeLists.txt in doc folder
parent
7562d021
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
doc/CMakeLists.txt
+4
-4
No files found.
doc/CMakeLists.txt
View file @
9c008b07
...
...
@@ -3,9 +3,9 @@ find_package(Doxygen)
IF
(
NOT DOXYGEN_FOUND
)
MESSAGE
(
STATUS
"No Doxygen found. Documentation won't be built"
)
ELSE
()
file
(
GLOB SOURCES
${
CMAKE_
SOURCE_DIR
}
/include/*
)
file
(
GLOB MARKDOWN_DOC
${
CMAKE_
SOURCE_DIR
}
/doc/*.md
)
list
(
APPEND MARKDOWN_DOC
${
CMAKE_
SOURCE_DIR
}
/readme.md
)
file
(
GLOB SOURCES
${
CMAKE_
CURRENT_LIST_DIR
}
/..
/include/*
)
file
(
GLOB MARKDOWN_DOC
${
CMAKE_
CURRENT_LIST_DIR
}
/..
/doc/*.md
)
list
(
APPEND MARKDOWN_DOC
${
CMAKE_
CURRENT_LIST_DIR
}
/..
/readme.md
)
CONFIGURE_FILE
(
Doxyfile.in Doxyfile @ONLY
)
CONFIGURE_FILE
(
Doxyfile.zh-cn.in Doxyfile.zh-cn @ONLY
)
...
...
@@ -15,7 +15,7 @@ ELSE()
COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile.zh-cn
COMMAND
${
CMAKE_COMMAND
}
-E touch
${
CMAKE_CURRENT_BINARY_DIR
}
/html
DEPENDS
${
MARKDOWN_DOC
}
${
SOURCES
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile*
WORKING_DIRECTORY
${
CMAKE_
SOURCE_DIR
}
WORKING_DIRECTORY
${
CMAKE_
CURRENT_LIST_DIR
}
/../
)
add_custom_target
(
doc ALL DEPENDS html
)
...
...
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