hecate-lib 0.2.2

A library for generating simulation code from a mathematical problem description!
Documentation
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 3.10)

project(Hecate)

# add_executable(hecate src/main.cpp)
add_library(hecatecpp STATIC src/main.cpp)

install(TARGETS hecatecpp)