1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00
serial/cmake/serialConfig.cmake.in
blabbe e3516cd431 feat: CMake library export
This commit allow the user to export the library that is compatible witha  find_package() call.
2019-12-03 13:16:55 +01:00

6 lines
125 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@EXPORT_TARGET_NAME@.cmake")
check_required_components("@PROJECT_NAME@")