Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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>