lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 6 forks source link

Remove manual link for OpenGL library #1118

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Remove opengl32.lib from AdditionalDependencies list. This library will be auto linked by vcpkg since it's a package dependency.

This was noted in Issue #1101