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

5 lines
132 B
CMake
Raw Normal View History

2018-08-09 18:06:22 +02:00
include(Platform/Apple-GNU)
__apple_compiler_gnu(CXX)
2013-03-16 19:13:01 +02:00
cmake_gnu_set_sysroot_flag(CXX)
2010-03-17 14:00:29 +02:00
cmake_gnu_set_osx_deployment_target_flag(CXX)