forked from nankaicyber/NKDBsec
8 lines
212 B
CMake
8 lines
212 B
CMake
|
# System information
|
||
|
message("---> The System identification is ${CMAKE_SYSTEM} ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION} ${CMAKE_SYSTEM_INFO_FILE}")
|
||
|
|
||
|
# settings
|
||
|
include(SetCommon)
|
||
|
include(SetCompileOptions)
|
||
|
|