diff options
Diffstat (limited to 'graphics/asymptote/LspCpp/support/cmake/lspcpp-config.cmake.in')
-rwxr-xr-x | graphics/asymptote/LspCpp/support/cmake/lspcpp-config.cmake.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/support/cmake/lspcpp-config.cmake.in b/graphics/asymptote/LspCpp/support/cmake/lspcpp-config.cmake.in new file mode 100755 index 0000000000..2fbacadd52 --- /dev/null +++ b/graphics/asymptote/LspCpp/support/cmake/lspcpp-config.cmake.in @@ -0,0 +1,7 @@ +@PACKAGE_INIT@ + +if (NOT TARGET lspcpp::lspcpp) + include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake) +endif () + +check_required_components(lspcpp) |