summarylogtreecommitdiffstats
path: root/deps_CMakeLists.txt
diff options
context:
space:
mode:
authortytan6522022-01-10 22:48:21 +0100
committertytan6522022-01-11 08:23:45 +0100
commitc4a2b9ff292f94e0eb86736841fe4e1a99da76c5 (patch)
tree99af9fdd88090088de1ea665f760bcb0e4568d38 /deps_CMakeLists.txt
parent1df4f519389d8cbc5b1c4b13d3e61f17b7d08ea0 (diff)
downloadaur-c4a2b9ff292f94e0eb86736841fe4e1a99da76c5.tar.gz
build: Less embedded deps
Diffstat (limited to 'deps_CMakeLists.txt')
-rw-r--r--deps_CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps_CMakeLists.txt b/deps_CMakeLists.txt
new file mode 100644
index 000000000000..67170e432e0a
--- /dev/null
+++ b/deps_CMakeLists.txt
@@ -0,0 +1,2 @@
+set(MONGOOSE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/mongoose CACHE STRING "" FORCE)
+set(MONGOOSE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/mongoose/mongoose.c CACHE STRING "" FORCE)