vcpkg/ports/games101-cgl/usage
endingly 3056fed522
[games101-cgl] new port (#31831)
* [games101-cgl] new port

* [games101-cgl] update version file

* [games101-cgl] update version dataset

* Updated the logic for installing the source code repository

* Updated the logic for installing the source code repository

* Update ports/games101-cgl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* modify installation behavior

* add git-tree id

* Update version database

* add usage

* modify download hash

* update version data

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-14 12:35:23 -07:00

8 lines
225 B
Plaintext

The package games101-cgl provides CMake targets:
find_package(games101-cgl CONFIG REQUIRED)
target_link_libraries(main PRIVATE games101-cgl)
And include header file like:
#include <CGL/CGL.h>