openglsuperbible / sb6code

Source code for OpenGL SupeBible 6th Edition examples
484 stars 177 forks source link

Added Cmake FindPackage invocations #7

Closed bradc6 closed 10 years ago

bradc6 commented 10 years ago

Since many different machines place libraries in different locations, the Find_Package() calls will attempt to find the installed versions on the system. If they are NOT available then revert back to the old configuration.

bradc6 commented 10 years ago

Going to clean/update the CMake script to play nicer with sb6code. New pull request coming soon.