UWP support

This commit is contained in:
Jack Andersen 2017-12-05 17:23:07 -10:00
parent 77215fc996
commit d399f1d302
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ add_library(amuse
${HEADERS}
${EXTRAS})
if(TARGET boo)
if(TARGET boo AND NOT WINDOWS_STORE)
# AudioUnit Target (OS X only)
add_subdirectory(AudioUnit)