diff options
author | Chris Robinson <[email protected]> | 2018-11-15 23:32:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-15 23:32:28 -0800 |
commit | 2ca6119e0eb6253a5a025739f99db2031dca8c2a (patch) | |
tree | a844dcd789d10d06ce1e2d05dde8a5c091a1a18b /CMakeLists.txt | |
parent | 5dc1956e18007fe910039487ef5d847bbb72ede0 (diff) |
Convert the DSound backend factory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d30bd6c..94df6473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1112,7 +1112,7 @@ IF(HAVE_WINDOWS_H) IF(ALSOFT_BACKEND_DSOUND) SET(HAVE_DSOUND 1) SET(BACKENDS "${BACKENDS} DirectSound${IS_LINKED},") - SET(ALC_OBJS ${ALC_OBJS} Alc/backends/dsound.cpp) + SET(ALC_OBJS ${ALC_OBJS} Alc/backends/dsound.cpp Alc/backends/dsound.h) ADD_BACKEND_LIBS(${DSOUND_LIBRARIES}) SET(INC_PATHS ${INC_PATHS} ${DSOUND_INCLUDE_DIRS}) ENDIF() |