mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +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
207 B
CMake
6 lines
207 B
CMake
SET(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS "-qmkshrobj")
|
|
SET(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS "-bundle")
|
|
|
|
# Enable shared library versioning.
|
|
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-install_name")
|