osrm-backend/example
Siarhei Fedartsou f1087e81ec Squashed 'third_party/unordered_dense/' content from commit 231e48c94
git-subtree-dir: third_party/unordered_dense
git-subtree-split: 231e48c9426bd21c273669e5fdcd042c146975cf
2024-05-30 19:06:16 +02:00
..
CMakeLists.txt Squashed 'third_party/unordered_dense/' content from commit 231e48c94 2024-05-30 19:06:16 +02:00
main.cpp Squashed 'third_party/unordered_dense/' content from commit 231e48c94 2024-05-30 19:06:16 +02:00
README.md Squashed 'third_party/unordered_dense/' content from commit 231e48c94 2024-05-30 19:06:16 +02:00

A simple example that demonstrats how to make use of unordered_dense with cmake.

Use globally installed unordered_dense:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/unordered_dense_install ..
make

Use locall installed unordered_dense, as in the main README.md:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/unordered_dense_install ..
make