Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 368 Bytes

test-cxx-OpenMP-installer

Investigate how to use cmake to link with OpenMP AND install the required libs in an installer.

mkdir build && cd build
cmake -G Ninja ..
ninja package
chmod +x ./testOMP-0.0.1-Linux.run

Then incremental testing:

/bin/rm -Rf test-install/ && ninja package && ./testOMP-0.0.1-Linux.run  && find . -name "*.so*"