mlivesu / cinolib

A generic programming header only C++ library for processing polygonal and polyhedral meshes
MIT License
930 stars 101 forks source link

How to generate a cinolib? #149

Closed zhangfq-chemistry closed 2 years ago

zhangfq-chemistry commented 2 years ago

I cannot find a CMakeLists.txt under cinolib to cmake/make and thus cannot build examples. How to generate *so and .a of the cinolib? Thanks.

mlivesu commented 2 years ago

Hi, the library is intended to be header only, that's why you won't find a CMakeLists.txt in the top directory. For the examples, please have a look at the examples folder, there is a CMakeLists.txt to build all of them

zhangfq-chemistry commented 2 years ago

Oh, Thanks!