1. Home
  2. Browse
  3. minc

minc

v2.4.6#0Latest

libminc is the core library and API of the MINC toolkit

Install

Run the following Vcpkg command to install the port.

vcpkg install minc

Usage

minc provides CMake integration:

find_package(LIBMINC CONFIG REQUIRED)

target_include_directories(main PRIVATE ${LIBMINC_INCLUDE_DIRS})

target_link_directories(main PRIVATE ${LIBMINC_LIBRARY_DIRS})

target_link_libraries(main PRIVATE ${LIBMINC_LIBRARIES})

LIBMINC_LIBRARIES may include imported targets.

Downstream CMake config may need to add:

include(CMakeFindDependencyMacro)

find_dependency(LIBMINC CONFIG)

Features

Dependencies

See source

Version

v2.4.6#0

Publication

Supports

All

GitHub

BIC-MNI/libminc19

Homepage

github.com/BIC-MNI/libminc

Subtree

bf1ca0b084

License

Complex license

Definition

Manifest