1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Add CMake

This commit is contained in:
kreuzerkrieg 2020-02-06 08:02:51 +02:00
commit 12de298ff7
4 changed files with 103 additions and 0 deletions

4
cmake/Config.cmake.in Normal file
View file

@ -0,0 +1,4 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
check_required_components("@PROJECT_NAME@")