https://github.com/philsquared/Catch
Revision 6b22e7ac805ad0575c9149b616e39c771e40c2ee authored by Torfinn Berset on 14 January 2019, 11:46:18 UTC, committed by Torfinn Berset on 14 January 2019, 11:46:18 UTC
1 parent 75200b4
Raw File
Tip revision: 6b22e7ac805ad0575c9149b616e39c771e40c2ee authored by Torfinn Berset on 14 January 2019, 11:46:18 UTC
Added Bloomlife to list of commercial users
Tip revision: 6b22e7a
Catch2Config.cmake.in
@PACKAGE_INIT@


# Avoid repeatedly including the targets
if(NOT TARGET Catch2::Catch2)
    # Provide path for scripts
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

    include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
endif()
back to top