summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-04-13 23:08:15 +0100
committerGitHub <noreply@github.com>2023-04-13 23:08:15 +0100
commitabb0b313172d1b4477fe0c6e88102ce4bb8db90c (patch)
tree3a10be144189e635044782d76888e40d1d862afa /src/CMakeLists.txt
parent562feb99c1a27bb5e31fdf8420e076e2f188bf56 (diff)
parent462dbe21d0edc3817d53900702e68d666c303600 (diff)
downloadlibgit2-abb0b313172d1b4477fe0c6e88102ce4bb8db90c.tar.gz
Merge pull request #6482 from libgit2/ethomson/xdiff
xdiff: move xdiff to 'deps'
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8fd22bc11..cc0a0d4dc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -41,6 +41,7 @@ include(SelectHTTPSBackend)
include(SelectHashes)
include(SelectHTTPParser)
include(SelectRegex)
+include(SelectXdiff)
include(SelectSSH)
include(SelectZlib)