doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

Config.cmake.in (204B)


      1 if(NOT TARGET doctest::doctest)
      2     # Provide path for scripts
      3     list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
      4 
      5     include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
      6 endif()