mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
3056fed522
* [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>
8 lines
225 B
Plaintext
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>
|