CMake/Modules/Platform/Linux-PathScale-C.cmake
Brad King 1804c6bfe2 Add PathScale shared library flags on Linux
We add platform-specific compiler information files

  Platform/Linux-PathScale-<lang>.cmake

to enable -fPIC and -shared flags for shared libraries.
2010-01-21 09:09:27 -05:00

3 lines
64 B
CMake

include(Platform/Linux-PathScale)
__linux_compiler_pathscale(C)