You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doctest/scripts/how_stuff_works/CMakeLists.txt

7 lines
201 B
CMake

cmake_minimum_required(VERSION 3.0)
project(how_stuff_works)
add_executable(how_exception_translators_work how_exception_translators_work.cpp)
add_executable(how_subcases_work how_subcases_work.cpp)