Closed ax3l closed 7 years ago
Just for convenience, can you please add the two generated binaries example_alpaka and example_cuda as an install target in the example/'s CMakeLists.txt?
example_alpaka
example_cuda
example/
CMakeLists.txt
(to allow make install)
make install
p.s. maybe we can also give the binaries also a more specific name, something with isaac_... ?
isaac_
So many wishes...
Done: https://github.com/ComputationalRadiationPhysics/isaac/commit/2b24f0bc965381ce3f852199e30983c962eb3f44
Just for convenience, can you please add the two generated binaries
example_alpaka
andexample_cuda
as an install target in theexample/
'sCMakeLists.txt
?(to allow
make install
)