diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-04-13 23:08:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 23:08:15 +0100 |
commit | abb0b313172d1b4477fe0c6e88102ce4bb8db90c (patch) | |
tree | 3a10be144189e635044782d76888e40d1d862afa /src/CMakeLists.txt | |
parent | 562feb99c1a27bb5e31fdf8420e076e2f188bf56 (diff) | |
parent | 462dbe21d0edc3817d53900702e68d666c303600 (diff) | |
download | libgit2-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.txt | 1 |
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) |