Skip to content

Commit 9a6bf85

Browse files
committed
Merge pull request #1762 from bettio/add-missing-C_CODING_STYLE.md-to-doc
doc/CMakeLists.txt: add missing C_CODING_STYLE.md These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 8711ec8 + e0b24c4 commit 9a6bf85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ include(${CMAKE_SOURCE_DIR}/CMakeModules/GetVersion.cmake)
2525
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/edoc)
2626
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
2727
file(COPY ${CMAKE_SOURCE_DIR}/CONTRIBUTING.md DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/src)
28+
file(COPY ${CMAKE_SOURCE_DIR}/C_CODING_STYLE.md DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/src)
2829
file(COPY ${CMAKE_SOURCE_DIR}/CHANGELOG.md DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/src)
2930
file(COPY ${CMAKE_SOURCE_DIR}/UPDATING.md DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/src)
3031
file(COPY ${CMAKE_SOURCE_DIR}/CODE_OF_CONDUCT.md DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/src)

0 commit comments

Comments
 (0)