I'm interested in integrating libicsneo into an existing C++ application which uses vcpkg for dependency management. It would be nice if I could pull libicsneo in using the same mechanism as the rest of my dependencies.
I tried adding it myself, but it looks like the lack of cmake install support is a partial blocker (see #29).
I'm interested in integrating libicsneo into an existing C++ application which uses vcpkg for dependency management. It would be nice if I could pull libicsneo in using the same mechanism as the rest of my dependencies.
I tried adding it myself, but it looks like the lack of
cmake installsupport is a partial blocker (see #29).