diff options
Diffstat (limited to 'Modules/Platform/UnixWare.cmake')
-rw-r--r-- | Modules/Platform/UnixWare.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/UnixWare.cmake b/Modules/Platform/UnixWare.cmake index 80acb87..c324bc8 100644 --- a/Modules/Platform/UnixWare.cmake +++ b/Modules/Platform/UnixWare.cmake @@ -1,2 +1,3 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC") SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-Wl,-Bexport") +INCLUDE(Platform/UnixPaths) |