diff options
author | Chris Robinson <[email protected]> | 2018-02-19 03:21:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-02-20 08:08:18 -0800 |
commit | 51c6d13c0f68cddee53083f02fb01028d0e04c71 (patch) | |
tree | 15eade4d243184b598862dd3e58b16fab970f3fc | |
parent | e7ac63be4de736332a6a361d602c6faadf9d75ae (diff) |
Add almultireverb to the install target
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5c219f9..bd531128 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1562,7 +1562,7 @@ IF(ALSOFT_EXAMPLES) OpenAL ${MATH_LIB}) IF(ALSOFT_INSTALL) - INSTALL(TARGETS alplay alstream alreverb allatency alloopback alhrtf + INSTALL(TARGETS alplay alstream alreverb almultireverb allatency alloopback alhrtf RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} |