diff options
author | Chris Robinson <[email protected]> | 2010-05-21 11:21:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-21 11:21:35 -0700 |
commit | e7a555a953061cd18858deb815de293c2321cdd2 (patch) | |
tree | 996e2d7a4f2f01f660a2d910f17dec0f358688a1 /CMakeLists.txt | |
parent | 1e6ba29cd20099fb6c72df33f1321197cfd7fa23 (diff) |
Add an empty efx-creative.h header
This is for compatibility with projects that include it in Windows. Everything
from it is already defined in efx.h.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 47e1f8d2..36c192e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -468,6 +468,7 @@ INSTALL(FILES include/AL/al.h include/AL/alc.h include/AL/alext.h include/AL/efx.h + include/AL/efx-creative.h DESTINATION include/AL ) INSTALL(FILES "${OpenAL_BINARY_DIR}/openal.pc" |