summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt3
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)
42add_library(microprofile INTERFACE) 42add_library(microprofile INTERFACE)
43target_include_directories(microprofile INTERFACE ./microprofile) 43target_include_directories(microprofile INTERFACE ./microprofile)
44 44
45# Open Source Archives
46add_subdirectory(open_source_archives EXCLUDE_FROM_ALL)
47
48# Unicorn 45# Unicorn
49add_library(unicorn-headers INTERFACE) 46add_library(unicorn-headers INTERFACE)
50target_include_directories(unicorn-headers INTERFACE ./unicorn/include) 47target_include_directories(unicorn-headers INTERFACE ./unicorn/include)