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
4bb4926c
Commit
4bb4926c
authored
Sep 06, 2017
by
Milo Yip
Committed by
GitHub
Sep 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1055 from chwarr/fix-doc-build-windows
Fix Windows doc build MSBuild error MSB6001
parents
1e460910
bbdf5d1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CMakeLists.txt
doc/CMakeLists.txt
+3
-1
No files found.
doc/CMakeLists.txt
View file @
4bb4926c
...
...
@@ -10,11 +10,13 @@ ELSE()
CONFIGURE_FILE
(
Doxyfile.in Doxyfile @ONLY
)
CONFIGURE_FILE
(
Doxyfile.zh-cn.in Doxyfile.zh-cn @ONLY
)
file
(
GLOB DOXYFILES
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile*
)
add_custom_command
(
OUTPUT html
COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
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*
DEPENDS
${
MARKDOWN_DOC
}
${
SOURCES
}
${
DOXYFILES
}
WORKING_DIRECTORY
${
CMAKE_CURRENT_LIST_DIR
}
/../
)
...
...
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