tmp/README.md

362 B

About

This template metaprogramming library is part of my Ph.D. thesis work and is used in main projects.

Organisation

Main directories:

  • src: the library sources.

Usage

To produce the Makefile and build the project:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To run unit testing:

./build/tests_pfor