summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index aae0baa0b..5402a532f 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -45,6 +45,11 @@ target_include_directories(microprofile INTERFACE ./microprofile)
45add_library(unicorn-headers INTERFACE) 45add_library(unicorn-headers INTERFACE)
46target_include_directories(unicorn-headers INTERFACE ./unicorn/include) 46target_include_directories(unicorn-headers INTERFACE ./unicorn/include)
47 47
48# libusb
49if (NOT LIBUSB_FOUND OR YUZU_USE_BUNDLED_LIBUSB)
50 add_subdirectory(libusb)
51endif()
52
48# SDL2 53# SDL2
49if (NOT SDL2_FOUND AND ENABLE_SDL2) 54if (NOT SDL2_FOUND AND ENABLE_SDL2)
50 if (NOT WIN32) 55 if (NOT WIN32)