summaryrefslogtreecommitdiff
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-05-18 23:29:21 +1000
committerCraig Scott <craig.scott@crascit.com>2022-05-25 08:46:18 +1000
commit2aa83fa15b01941f0267e20a1a4e29793651fefd (patch)
tree7cd1ba4d72b087094815716e53f8a90fee035205 /Source/CMakeLists.txt
parent8a28368feb938f301604c24c0294e2a25749cc77 (diff)
downloadcmake-2aa83fa15b01941f0267e20a1a4e29793651fefd.tar.gz
Dependency providers: Add find_package and FetchContent support
Fixes: #22619
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 2deaaaa12b..95b07cbc97 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -199,6 +199,7 @@ set(SRCS
cmCustomCommandTypes.h
cmDefinitions.cxx
cmDefinitions.h
+ cmDependencyProvider.h
cmDepends.cxx
cmDepends.h
cmDependsC.cxx