cmake was missing openal include path

This commit is contained in:
Campbell Barton
2010-01-18 17:14:54 +00:00
parent eedc3c09d1
commit 20fb87ac32

View File

@@ -20,7 +20,7 @@
#
# ***** END LGPL LICENSE BLOCK *****
SET(INC . intern FX SRC ${PTHREADS_INC} ${LIBSAMPLERATE_INC})
SET(INC . intern FX SRC ${PTHREADS_INC} ${LIBSAMPLERATE_INC} ${OPENAL_INCLUDE_DIR})
FILE(GLOB SRC intern/*.cpp intern/*.h FX/*.cpp SRC/*.cpp)