vcpkg/ports/geotrans/geotrans-config.in.cmake

8 lines
189 B
CMake
Raw Normal View History

2019-03-09 05:39:22 +08:00
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
include(CMakeFindDependencyMacro)
find_dependency(Threads)
endif()
include(${CMAKE_CURRENT_LIST_DIR}/geotrans.cmake)