summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index ce10bda5e..11c5d8e7d 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -34,6 +34,10 @@ add_subdirectory(glad)
34# inih 34# inih
35add_subdirectory(inih) 35add_subdirectory(inih)
36 36
37# JSON
38add_library(json-headers INTERFACE)
39target_include_directories(json-headers INTERFACE ./json/src)
40
37# MicroProfile 41# MicroProfile
38add_library(microprofile INTERFACE) 42add_library(microprofile INTERFACE)
39target_include_directories(microprofile INTERFACE ./microprofile) 43target_include_directories(microprofile INTERFACE ./microprofile)