diff options
| author | Fabien Péan <fabien@pean.pro> | 2021-02-09 03:26:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:26:40 -0800 |
| commit | 7e01ac118a4eab913b75499ccdb5f8b89a457e8a (patch) | |
| tree | c9c92d470e8f0a9ab4d435bde600058c002c0d22 /ports/libigl/CONTROL | |
| parent | b011565aeccb6571fb2567bf7c4bbae8bb5a93ce (diff) | |
| download | vcpkg-7e01ac118a4eab913b75499ccdb5f8b89a457e8a.tar.gz vcpkg-7e01ac118a4eab913b75499ccdb5f8b89a457e8a.zip | |
[libigl] Always install as header-only library (#14888)
* [libigl] Always build as header-only library
* [libigl] Always build header-only
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/libigl/CONTROL')
| -rw-r--r-- | ports/libigl/CONTROL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL index 0de66e027..bc0ce7ef3 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -1,6 +1,6 @@ Source: libigl Version: 2.2.0 -Port-Version: 3 +Port-Version: 4 Homepage: https://github.com/libigl/libigl Description: libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB. Build-Depends: eigen3 @@ -16,11 +16,11 @@ Build-Depends: opengl, glad Feature: glfw Description: Build with glfw -Build-Depends: libigl[opengl], glfw3 +Build-Depends: libigl[core, opengl], glfw3 Feature: imgui Description: Build with imgui -Build-Depends: libigl[glfw], imgui[glfw-binding, opengl3-glew-binding, libigl-imgui] +Build-Depends: libigl[core, glfw], imgui[core, glfw-binding, opengl3-glew-binding, libigl-imgui] Feature: xml Description: Build with libxml |
