vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in
Alexander Neumann 9781bea65e [tinkerforge] Fix some issues. (#8148)
* [tinkerforge] fix error with config (wrong include path) and missing dependencies.
2019-09-12 10:09:29 -07:00

6 lines
200 B
CMake

@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@")