mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:09:01 +08:00
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>
|