You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
9 lines
306 B
cmake_policy(SET CMP0063 NEW)
|
|
enable_language(CXX)
|
|
|
|
# Ensure CMake would warn even if toolchain does not really have these flags.
|
|
set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN "-fvisibility-inlines-hidden")
|
|
set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY "-fvisibility=")
|
|
|
|
include(CMP0063-Common.cmake)
|