As long as the dependencies are EIGEN and BOOST, is recommended to have the following project structure:
-> eigen/
-> base/
-> build/ (Create this folder if not exist)
-> cmake/
-> src/
-> ...
mkdir cuda_test_nolibigl/ && cd cuda_test_nolibigl/
git clone --recursive https://gitlab.com/libeigen/eigen.git
git clone https://github.com/mobereng/cuda_test_nolibigl.git base
Compile this project using the standard cmake routine:
.\compile.ps1