diff options
author | Sadie Powell <sadie@witchery.services> | 2022-10-22 20:08:30 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-10-22 20:08:30 +0100 |
commit | 9d92de115785cb991a0d825a0b783594056ca1bb (patch) | |
tree | 33ef6c8ac7cadd6cfc03211e6ba21c86721a883d /CMakeLists.txt | |
parent | 1664689eb7a99ee71b03c3a4aaa80fda19933dc2 (diff) |
Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
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) |