[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26082] trunk/blender/intern/audaspace/ CMakeLists.txt: cmake was missing openal include path

Campbell Barton ideasman42 at gmail.com
Mon Jan 18 18:14:54 CET 2010


Revision: 26082
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26082
Author:   campbellbarton
Date:     2010-01-18 18:14:54 +0100 (Mon, 18 Jan 2010)

Log Message:
-----------
cmake was missing openal include path

Modified Paths:
--------------
    trunk/blender/intern/audaspace/CMakeLists.txt

Modified: trunk/blender/intern/audaspace/CMakeLists.txt
===================================================================
--- trunk/blender/intern/audaspace/CMakeLists.txt	2010-01-18 16:47:26 UTC (rev 26081)
+++ trunk/blender/intern/audaspace/CMakeLists.txt	2010-01-18 17:14:54 UTC (rev 26082)
@@ -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)
 





More information about the Bf-blender-cvs mailing list