|
@@ -34,6 +34,10 @@ add_subdirectory(glad)
|
|
|
# inih
|
|
# inih
|
|
|
add_subdirectory(inih)
|
|
add_subdirectory(inih)
|
|
|
|
|
|
|
|
|
|
+# JSON
|
|
|
|
|
+add_library(json-headers INTERFACE)
|
|
|
|
|
+target_include_directories(json-headers INTERFACE ./json/src)
|
|
|
|
|
+
|
|
|
# MicroProfile
|
|
# MicroProfile
|
|
|
add_library(microprofile INTERFACE)
|
|
add_library(microprofile INTERFACE)
|
|
|
target_include_directories(microprofile INTERFACE ./microprofile)
|
|
target_include_directories(microprofile INTERFACE ./microprofile)
|