FIND_PACKAGE(OpenAL)
Posted by Joel on Jan 27, 2015; 2:06am
URL: https://forum.jogamp.org/FIND-PACKAGE-OpenAL-tp4033931.html
I was able to build joal, but how do I make the following line in CMake work?
FIND_PACKAGE(OpenAL)
I get the following output:
-- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
Is there a path to put it on?