5 lines
182 B
Plaintext
Raw Normal View History

2023-12-28 08:47:50 +01:00
libosmium is header-only and can be used from CMake via:
find_path(OSMIUM_INCLUDE_DIRS "osmium/version.hpp")
target_include_directories(main PRIVATE ${OSMIUM_INCLUDE_DIRS})