~dynamite-a-d/ubuntu/precise/cmake/fix-for-972419

« back to all changes in this revision

Viewing changes to Modules/Platform/GNU.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-11-13 02:16:34 UTC
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101113021634-hsdooj6tr1q3tf0l
Tags: upstream-2.8.3
ImportĀ upstreamĀ versionĀ 2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
5
5
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
6
6
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
 
7
SET(CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG "-Wl,-rpath-link,")
7
8
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
 
9
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
 
10
 
8
11
INCLUDE(Platform/UnixPaths)