Enable WASAPI plugin

Fixes #283
This commit is contained in:
Jonas Kvinge
2020-10-15 16:08:59 +02:00
parent e44a3d013d
commit d78419eb33
3 changed files with 1 additions and 184 deletions

1
dist/CMakeLists.txt vendored
View File

@@ -7,7 +7,6 @@ endif (APPLE)
if (WIN32)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry.nsi.in ${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry.nsi @ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry-wasapi.nsi.in ${CMAKE_CURRENT_SOURCE_DIR}/windows/strawberry-wasapi.nsi @ONLY)
endif (WIN32)
if (UNIX AND NOT APPLE)