aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/eastl/EASTLConfig.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/eastl/EASTLConfig.cmake.in')
-rw-r--r--vcpkg/ports/eastl/EASTLConfig.cmake.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/eastl/EASTLConfig.cmake.in b/vcpkg/ports/eastl/EASTLConfig.cmake.in
new file mode 100644
index 0000000..92fb2b1
--- /dev/null
+++ b/vcpkg/ports/eastl/EASTLConfig.cmake.in
@@ -0,0 +1,9 @@
+@PACKAGE_INIT@
+
+include(CMakeFindDependencyMacro)
+find_dependency(EABase CONFIG REQUIRED)
+
+# Provide path for scripts
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
+
+include(${CMAKE_CURRENT_LIST_DIR}/EASTLTargets.cmake) \ No newline at end of file