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

CMakeLists.txt (201B)


      1 cmake_minimum_required(VERSION 3.0)
      2 
      3 project(how_stuff_works)
      4 
      5 add_executable(how_exception_translators_work how_exception_translators_work.cpp)
      6 add_executable(how_subcases_work how_subcases_work.cpp)