pineapple-src/externals/vcpkg/ports/freeglut/usage

5 lines
152 B
Plaintext
Raw Normal View History

2022-07-22 21:01:36 -04:00
The package freeglut is compatible with built-in CMake targets:
find_package(GLUT REQUIRED)
target_link_libraries(main PRIVATE GLUT::GLUT)