mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
cmake: allow libcpuid to be added as a CMake subproject (#155)
This commit is contained in:
parent
6aaa3ad92d
commit
25e6e38c85
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 11)
|
|||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
# Global variables
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||
|
||||
if(UNIX)
|
||||
include(GNUInstallDirs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue