The Wayback Machine - https://web.archive.org/web/20200707055319/https://github.com/topics/nifti
Skip to content
#

nifti

Here are 42 public repositories matching this topic...

ghisvail
ghisvail commented Nov 8, 2016

Perhaps something that the description in README or USAGE is currently lacking is a code example for discovering and using the library from a client project.

I have used the following snippet in my integration tests:

find_package(PkgConfig)
pkg_check_modules(PC_CIFTI REQUIRED CiftiLib)
add_library(PkgConfig::Cifti INTERFACE IMPORTED)
set_target_properties(PkgConfig::Cifti PROP

Improve this page

Add a description, image, and links to the nifti topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nifti topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.