mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
CMake: fix include directory
This commit is contained in:
parent
7c7fd3b565
commit
ac5702b06b
1 changed files with 3 additions and 3 deletions
|
@ -78,8 +78,8 @@ install(
|
|||
LIBRARY DESTINATION "lib"
|
||||
ARCHIVE DESTINATION "lib"
|
||||
RUNTIME DESTINATION "bin"
|
||||
INCLUDES
|
||||
PUBLIC_HEADER DESTINATION "include")
|
||||
INCLUDES DESTINATION "include/libcpuid"
|
||||
PUBLIC_HEADER DESTINATION "include/libcpuid")
|
||||
|
||||
install(
|
||||
EXPORT "${TARGETS_EXPORT_NAME}"
|
||||
|
@ -92,5 +92,5 @@ add_custom_target(
|
|||
consistency
|
||||
COMMAND "./check-consistency.py" "./"
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
||||
COMMENT "Run tests (fast mode)"
|
||||
COMMENT "Check consistency"
|
||||
VERBATIM)
|
||||
|
|
Loading…
Reference in a new issue