diff options
author | Florian Jung <flo@windfisch.org> | 2012-05-28 14:15:52 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-05-28 14:15:52 +0000 |
commit | d2a88cfaad5ac385fc3c6212c09ad7fbc38e9454 (patch) | |
tree | 387da0b38255003e1a971629ea0de32273ac3d3c /muse2/al | |
parent | 716f5a5b56a3b7ff59004ef0a1af5f98cb2a691c (diff) |
merged with release_2_0
Diffstat (limited to 'muse2/al')
-rw-r--r-- | muse2/al/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/al/CMakeLists.txt b/muse2/al/CMakeLists.txt index 12d52746..a9747acb 100644 --- a/muse2/al/CMakeLists.txt +++ b/muse2/al/CMakeLists.txt @@ -44,7 +44,7 @@ endif (USE_SSE) ## Define target ## add_library(al ${MODULES_BUILD} - ${PROJECT_BINARY_DIR}/all.h.pch + ${PROJECT_BINARY_DIR}/all.h ${al_source_files} ) |