NKDBsec/cmake/GlobalSettings.cmake

8 lines
212 B
CMake
Raw Normal View History

2024-01-20 14:14:46 +08:00
# System information
message("---> The System identification is ${CMAKE_SYSTEM} ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_VERSION} ${CMAKE_SYSTEM_INFO_FILE}")
# settings
include(SetCommon)
include(SetCompileOptions)