Rename contrib/ to extras/

This commit is contained in:
Martin Hořeňovský 2019-12-05 16:24:57 +01:00
parent 0fea081ad1
commit 918aa327fa
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ add_subdirectory(tests)
#option(CATCH_ENABLE_COVERAGE "Generate coverage for codecov.io" OFF)
#option(CATCH_ENABLE_WERROR "Enable all warnings as errors" ON)
#option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
#option(CATCH_INSTALL_HELPERS "Install contrib alongside library" ON)
#option(CATCH_INSTALL_EXTRAS "Install extras alongside library" ON)
#
#
#set_property(GLOBAL PROPERTY USE_FOLDERS ON)
@ -188,9 +188,9 @@ add_subdirectory(tests)
# # Install CMake scripts
# install(
# FILES
# "contrib/ParseAndAddCatchTests.cmake"
# "contrib/Catch.cmake"
# "contrib/CatchAddTests.cmake"
# "extras/ParseAndAddCatchTests.cmake"
# "extras/Catch.cmake"
# "extras/CatchAddTests.cmake"
# DESTINATION
# ${CATCH_CMAKE_CONFIG_DESTINATION}
# )
@ -198,8 +198,8 @@ add_subdirectory(tests)
# # Install debugger helpers
# install(
# FILES
# "contrib/gdbinit"
# "contrib/lldbinit"
# "extras/gdbinit"
# "extras/lldbinit"
# DESTINATION
# ${CMAKE_INSTALL_DATAROOTDIR}/Catch2
# )