mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
5 lines
158 B
CMake
5 lines
158 B
CMake
|
# Basic CMake package config file
|
||
|
@PACKAGE_INIT@
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
||
|
check_required_components("@PROJECT_NAME@")
|