diff options
Diffstat (limited to 'vcpkg/ports/mathgl/usage')
| -rw-r--r-- | vcpkg/ports/mathgl/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/mathgl/usage b/vcpkg/ports/mathgl/usage new file mode 100644 index 0000000..ca6cc11 --- /dev/null +++ b/vcpkg/ports/mathgl/usage @@ -0,0 +1,4 @@ +mathgl provides CMake targets: + + find_package(MathGL2 CONFIG REQUIRED) + target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mgl>,mgl,mgl-static>) |