if (CMAKE_SYSTEM_NAME MATCHES Windows)
  add_subdirectory(vst)
else()
  add_subdirectory(lv2)
endif()
