https://github.com/jcfr/itkiofactoryregistrationtest
Small project illustrating ITK issue #3393
https://github.com/jcfr/itkiofactoryregistrationtest
Last synced: 2 months ago
JSON representation
Small project illustrating ITK issue #3393
- Host: GitHub
- URL: https://github.com/jcfr/itkiofactoryregistrationtest
- Owner: jcfr
- Created: 2015-12-02T23:44:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T17:24:22.000Z (about 9 years ago)
- Last Synced: 2025-01-24T10:24:08.098Z (4 months ago)
- Language: C++
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ITKIOFactoryRegistration
========================Small project illustrating ITK issue [#3393](https://issues.itk.org/jira/browse/ITK-3393)
It builds one executable and two libraries:
* ITKIODisplayHello: A shared library representing a dummy ITK IO Factory that display its name when loaded.
* AppHelloPlugin: A shared library representing a application plugin loaded by `App`
* App: The application loading `AppHelloPlugin`Usage
-----1. Build project using CMake specifying `-DITK_DIR` pointing to ITK built with `-DITK_BUILD_SHARED_LIBS=ON`
2. Run tests