mmorse1217 / lean-vtk

A minimal VTK file writer for triangle, quad, hex and tet meshes in 2D and 3D. Only C++ standard lib as dependencies.
MIT License
47 stars 14 forks source link

Correct the include target file in LeanVTK-config.cmake #4

Closed ImperatorS79 closed 2 years ago

ImperatorS79 commented 2 years ago

Without this linking a target "LeanVTK::LeanVTK" in cmake does not work.

mmorse1217 commented 2 years ago

Thanks very much for the fixes!!!