Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-05-31 13:27:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-31 13:27:33 +0400
commitb434550edcae656a50ac46a45ae66641b8fd0050 (patch)
treebbe6564f66b5f070715a718eaa25de7e2b4e1336 /intern/audaspace/CMakeLists.txt
parent90d3a3eac81a434fabce85289e03850b2fa60f12 (diff)
fix for recent cmake changes
Diffstat (limited to 'intern/audaspace/CMakeLists.txt')
-rw-r--r--intern/audaspace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 0aac2612886..b7a0b06d491 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -207,7 +207,7 @@ if(WITH_CODEC_SNDFILE)
add_definitions(-DWITH_SNDFILE)
list(APPEND INC sndfile)
list(APPEND INC_SYS ${SNDFILE_INC})
- set(SNDFILESRC
+ list(APPEND SRC
sndfile/AUD_SndFileFactory.cpp
sndfile/AUD_SndFileReader.cpp