view CMakeLists.txt @ 3:58777a883f54

Vastly improve replace_type
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 25 Mar 2020 10:10:30 +0100
parents 20c6c0bec02a
children 9baf70ea6f0d
line wrap: on
line source

project("CTMP")
cmake_minimum_required(VERSION 3.16)
add_compile_options(-std=c++17)

add_executable(example src/example.cc)

add_executable(binary src/binary.cc)

add_executable(replace_type src/replace_type.cc)

add_executable(fac src/fac.cc)