view CMakeLists.txt @ 2:20c6c0bec02a

Add replace_type
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 24 Mar 2020 19:50:07 +0100
parents 3707ed11b401
children 58777a883f54
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)