Skip to Content

wcslib v8.4

Created
Updated

World Coordinate System (WCS) (Library)

# Usage

wcslib can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(wcslib REQUIRED IMPORTED_TARGET wcslib)
target_include_directories(main PRIVATE PkgConfig::wcslib)
target_link_libraries(main PRIVATE PkgConfig::wcslib) 

# License

Unknown

# Supported Platforms

!windows

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Simon Perkins's avatar Simon Perkins
  • MonicaLiu's avatar MonicaLiu

# Changelog

  • b8332c1 [wcslib] Update to 8.4 (#42562)
  • a9dfdc3 Add wcslib 8.2.1 (#35213)
  • 4a45104 [wcslib] Add wcslib port (#31320)

# Source