Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syoyo/cmake-rpath-experiment
- Owner: syoyo
- License: mit
- Created: 2022-08-04T12:00:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T13:16:37.000Z (over 2 years ago)
- Last Synced: 2024-10-16T13:21:42.080Z (2 months ago)
- Language: CMake
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```