diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e6fa11a03..6a3b5cbd0 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -42,9 +42,6 @@ target_include_directories(mbedtls PUBLIC ./mbedtls/include) | |||
| 42 | add_library(microprofile INTERFACE) | 42 | add_library(microprofile INTERFACE) |
| 43 | target_include_directories(microprofile INTERFACE ./microprofile) | 43 | target_include_directories(microprofile INTERFACE ./microprofile) |
| 44 | 44 | ||
| 45 | # Open Source Archives | ||
| 46 | add_subdirectory(open_source_archives EXCLUDE_FROM_ALL) | ||
| 47 | |||
| 48 | # Unicorn | 45 | # Unicorn |
| 49 | add_library(unicorn-headers INTERFACE) | 46 | add_library(unicorn-headers INTERFACE) |
| 50 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | 47 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |