diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index a76a3d800..64d1e6aec 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -44,10 +44,6 @@ target_include_directories(mbedtls PUBLIC ./mbedtls/include) | |||
| 44 | add_library(microprofile INTERFACE) | 44 | add_library(microprofile INTERFACE) |
| 45 | target_include_directories(microprofile INTERFACE ./microprofile) | 45 | target_include_directories(microprofile INTERFACE ./microprofile) |
| 46 | 46 | ||
| 47 | # Unicorn | ||
| 48 | add_library(unicorn-headers INTERFACE) | ||
| 49 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | ||
| 50 | |||
| 51 | # libusb | 47 | # libusb |
| 52 | if (NOT LIBUSB_FOUND OR YUZU_USE_BUNDLED_LIBUSB) | 48 | if (NOT LIBUSB_FOUND OR YUZU_USE_BUNDLED_LIBUSB) |
| 53 | add_subdirectory(libusb) | 49 | add_subdirectory(libusb) |