mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:49:00 +08:00
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
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})
|