cmake/Modules/Platform/Apple-GNU-OBJCXX.cmake

5 lines
141 B
CMake
Raw Normal View History

2020-02-01 23:06:01 +01:00
include(Platform/Apple-GNU)
__apple_compiler_gnu(OBJCXX)
cmake_gnu_set_sysroot_flag(OBJCXX)
cmake_gnu_set_osx_deployment_target_flag(OBJCXX)