diff options
Diffstat (limited to 'vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in')
| -rw-r--r-- | vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in b/vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in new file mode 100644 index 0000000..07b771c --- /dev/null +++ b/vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in @@ -0,0 +1,5 @@ +@PACKAGE_INIT@ + +include ("@PACKAGE_TARGET_INSTALL_DIR@/@PROJECT_NAME@Targets.cmake") +set_and_check(TINKERFORGE_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@") +check_required_components("@PROJECT_NAME@") |