1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/examples/cpp-libosmium/cmake/Dependencies.cmake
2020-01-11 12:03:22 +01:00

4 lines
113 B
CMake

# ---[ LibOsmium
find_package(Osmium REQUIRED COMPONENTS pbf)
include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS})