Skip to content

Commit edcb0c8

Browse files
committed
Rename library to cdoc
Signed-off-by: Raul Metsma <[email protected]>
1 parent 2168269 commit edcb0c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+64
-64
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ endif()
5252

5353
find_package(Doxygen)
5454
if( DOXYGEN_FOUND )
55-
configure_file(${CMAKE_SOURCE_DIR}/etc/Doxyfile.in Doxyfile @ONLY )
55+
configure_file(${CMAKE_SOURCE_DIR}/etc/Doxyfile.in Doxyfile @ONLY)
5656
add_custom_target(docs ALL
5757
Doxygen::doxygen Doxyfile
5858
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
5959
COMMENT "Generating API documentation with Doxygen" VERBATIM
6060
)
61-
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR} )
62-
install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR} )
61+
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR})
62+
install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR})
6363
endif()
6464

65-
add_subdirectory(libcdoc)
65+
add_subdirectory(cdoc)
6666

6767
find_package(Boost COMPONENTS unit_test_framework QUIET)
6868
if (TARGET Boost::unit_test_framework)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)