Previous The main header (asterics_hpc.h) |
Parent Creation of a HPC/Timer library |
Outline | Next The compilation |
1 2 3 4 |
project(AstericsHPC) cmake_minimum_required(VERSION 3.0) add_library(asterics_hpc SHARED asterics_alloc.cpp timer.cpp) |
Previous The main header (asterics_hpc.h) |
Parent Creation of a HPC/Timer library |
Outline | Next The compilation |