summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-10-22 20:08:30 +0100
committerSadie Powell <sadie@witchery.services>2022-10-22 20:08:30 +0100
commit9d92de115785cb991a0d825a0b783594056ca1bb (patch)
tree33ef6c8ac7cadd6cfc03211e6ba21c86721a883d /CMakeLists.txt
parent1664689eb7a99ee71b03c3a4aaa80fda19933dc2 (diff)
Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75ea536a4..dcdf0816f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -138,7 +138,11 @@ else()
endif()
# Use the following directories as includes
-include_directories(${Anope_BINARY_DIR}/include ${Anope_SOURCE_DIR}/include)
+include_directories(
+ ${Anope_BINARY_DIR}/include
+ ${Anope_SOURCE_DIR}/include
+ ${Anope_SOURCE_DIR}/vendor
+)
# Pass on REPRODUCIBLE_BUILD
if(REPRODUCIBLE_BUILD)