diff options
author | Chris Robinson <[email protected]> | 2018-11-15 22:03:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-15 22:03:20 -0800 |
commit | 2a839e5762fa6bd4b0399e2f588ce0805e92b618 (patch) | |
tree | eba5e4add8e1a496c5731a512904c438529f6190 /CMakeLists.txt | |
parent | d4928d4e7df0517313530db63503a56e8ab63caa (diff) |
Convert the JACK 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 bd302de5..d487d6d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1184,7 +1184,7 @@ IF(JACK_FOUND) IF(ALSOFT_BACKEND_JACK) SET(HAVE_JACK 1) SET(BACKENDS "${BACKENDS} JACK${IS_LINKED},") - SET(ALC_OBJS ${ALC_OBJS} Alc/backends/jack.cpp) + SET(ALC_OBJS ${ALC_OBJS} Alc/backends/jack.cpp Alc/backends/jack.h) ADD_BACKEND_LIBS(${JACK_LIBRARIES}) SET(INC_PATHS ${INC_PATHS} ${JACK_INCLUDE_DIRS}) ENDIF() |