mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
This commit allow the user to export the library that is compatible witha find_package() call.
6 lines
125 B
CMake
6 lines
125 B
CMake
@PACKAGE_INIT@
|
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@EXPORT_TARGET_NAME@.cmake")
|
|
|
|
check_required_components("@PROJECT_NAME@") |