Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syoyo/cmake-rpath-experiment

CMake + RPATH experiment
https://github.com/syoyo/cmake-rpath-experiment

Last synced: 18 days ago
JSON representation

CMake + RPATH experiment

Awesome Lists containing this project

README

        

Cmake RPATH experiment

# Build

```
rm -rf build
mkdir build
cmake -Bbuild -S. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
cmake --build build
cmake --install build
```