Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Add install instructions and cmake project configuration #45

Closed
emmenlau opened this issue Jun 10, 2019 · 0 comments
Closed

Add install instructions and cmake project configuration #45

emmenlau opened this issue Jun 10, 2019 · 0 comments

Comments

@emmenlau
Copy link

Currently libCZI can not directly be used by downstream cmake projects. This is due to two reasons: The library and headers are not installed, and there is no cmake package configuration file.

Nowadays (with modern cmake) it is quite easy to generate cmake package configuration files that allow downstream projects to call find_package(libCZI <SOME VERSION>) to set all the include and link paths to use libCZI.

Could you kindly add cmake package configuration support and an install target?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants