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.
This commit is contained in:
Chris Robinson
2010-05-21 11:21:35 -07:00
parent 1e6ba29cd2
commit e7a555a953
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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"
+3
View File
@@ -0,0 +1,3 @@
/* The tokens that would be defined here are already defined in efx.h. This
* empty file is here to provide compatibility with Windows-based projects
* that would include it. */