PROJ4ΒΆ

hunter_add_package(PROJ4)
find_package(PROJ4 CONFIG REQUIRED)

add_executable(hello-proj4 hello-proj4.cpp)
target_link_libraries(hello-proj4 PUBLIC proj)