HPC Cmakeshort
HPC Cmakeshort
Victor Eijkhout
Fall 2023
dir dir
src src
build build
install install
In-source build: pretty common
Out-of-source build: cleaner because never touches the source tree
Some people skip the install step, and use everything from the build
directory.
Header-only:
cmake_minimum_required( VERSION 3.12 )
project( eigentest )