- Builds up ENGINE_LIBRARY_LISTING correctly to pass to pkg-config
- Previous behavior had major flaw and would result in paths in libosrm.pc like: "-L-L"
when the data was "-L/path -lfoo" or just "-lpthread" with no -L/path. It only worked correctly for static libraries
- Refactors to call find_package for boost in one place (helps prepare for upcoming mason PR)
|
||
|---|---|---|
| .. | ||
| engine | ||
| extractor | ||
| fixtures | ||
| library | ||
| mocks | ||
| server | ||
| util | ||
| CMakeLists.txt | ||
| engine_tests.cpp | ||
| extractor_tests.cpp | ||
| library_tests.cpp | ||
| server_tests.cpp | ||
| util_tests.cpp | ||