view CMakeLists.txt @ 7:df07e266e3e5

Implement units library
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 25 Mar 2020 15:44:04 +0100
parents 9baf70ea6f0d
children 6461c5c09e5c
line wrap: on
line source

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

add_executable(binary src/binary.cc)
add_executable(describe_type src/describe_type.cc)
add_executable(example src/example.cc)
add_executable(fac src/fac.cc)
add_executable(replace_type src/replace_type.cc)
add_executable(units src/units.cc)