kzampog / cilantro

A lean C++ library for working with point cloud data
MIT License
1.03k stars 208 forks source link

where is the lib file #28

Closed bigdimboom closed 5 years ago

bigdimboom commented 5 years ago

I built the project with CMakeList you provided. But, where is the lib file? I can't find it in the install folder.

I built without enabling Pangolin.

image

kzampog commented 5 years ago

Hi!

Unfortunately, I am not sure where VS places the lib/dll binaries (the install cmake commands probably do not work in Windows -- see also #6). Please note that most of the library is header-only and only a small part (I/O and qhull) is actually compiled (especially if you disable the visualization stuff). The (old) OpenMP version supported by VS will probably give you trouble (see also #6) when compiling your executables, as we make use of functionality introduced in more recent versions. If performance is not crucial, you could simply comment out the offending pragmas.