Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
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
gflags
Commits
7e0245c6
Commit
7e0245c6
authored
Mar 24, 2015
by
Andreas Schuh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename main documentation file in preparation
parent
796b381a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CMakeLists.txt
CMakeLists.txt
+5
-2
index.html
doc/index.html
+0
-0
No files found.
CMakeLists.txt
View file @
7e0245c6
...
...
@@ -412,6 +412,9 @@ if (BUILD_PACKAGING)
set
(
CPACK_SOURCE_GENERATOR
"
${
PACKAGE_SOURCE_GENERATOR
}
"
CACHE STRING
"List of source package generators (CPack)."
)
mark_as_advanced
(
CPACK_GENERATOR CPACK_SOURCE_GENERATOR
)
# some package generators (e.g., PackageMaker) do not allow .md extension
configure_file
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/README.md"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/README.txt"
COPYONLY
)
# common package information
set
(
CPACK_PACKAGE_VENDOR
"Andreas Schuh"
)
set
(
CPACK_PACKAGE_CONTACT
"google-gflags@googlegroups.com"
)
...
...
@@ -421,9 +424,9 @@ if (BUILD_PACKAGING)
set
(
CPACK_PACKAGE_VERSION_MINOR
"
${
PACKAGE_VERSION_MINOR
}
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
${
PACKAGE_VERSION_PATCH
}
"
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"A commandline flags library that allows for distributed flags."
)
set
(
CPACK_RESOURCE_FILE_WELCOME
"
${
CMAKE_CURRENT_
LIST_DIR
}
/README.md
"
)
set
(
CPACK_RESOURCE_FILE_WELCOME
"
${
CMAKE_CURRENT_
BINARY_DIR
}
/README.txt
"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
CMAKE_CURRENT_LIST_DIR
}
/COPYING.txt"
)
set
(
CPACK_PACKAGE_DESCRIPTION_FILE
"
${
CMAKE_CURRENT_
LIST_DIR
}
/README.md
"
)
set
(
CPACK_PACKAGE_DESCRIPTION_FILE
"
${
CMAKE_CURRENT_
BINARY_DIR
}
/README.txt
"
)
set
(
CPACK_INSTALL_PREFIX
"
${
CMAKE_INSTALL_PREFIX
}
"
)
set
(
CPACK_OUTPUT_FILE_PREFIX packages
)
set
(
CPACK_PACKAGE_RELOCATABLE TRUE
)
...
...
doc/
gflags
.html
→
doc/
index
.html
View file @
7e0245c6
File moved
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