mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 04:50:24 +00:00
6d434ee6cc
This moves platform-independent XL compiler flags into separate "Compiler/XL-<lang>.cmake" modules. Platform-specific flags go in "Platform/<os>-XL-<lang>.cmake" modules.
6 lines
201 B
CMake
6 lines
201 B
CMake
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-qmkshrobj")
|
|
SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS "-bundle")
|
|
|
|
# Enable shared library versioning.
|
|
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-install_name")
|