diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-05-18 13:29:21 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-05-24 22:46:18 (GMT) |
commit | 2aa83fa15b01941f0267e20a1a4e29793651fefd (patch) | |
tree | 7cd1ba4d72b087094815716e53f8a90fee035205 /Source/CMakeLists.txt | |
parent | 8a28368feb938f301604c24c0294e2a25749cc77 (diff) | |
download | CMake-2aa83fa15b01941f0267e20a1a4e29793651fefd.zip CMake-2aa83fa15b01941f0267e20a1a4e29793651fefd.tar.gz CMake-2aa83fa15b01941f0267e20a1a4e29793651fefd.tar.bz2 |
Dependency providers: Add find_package and FetchContent support
Fixes: #22619
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 2deaaaa..95b07cb 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 |