~mitya57/pkg-kde-tools/0.15.16ubuntu1

« back to all changes in this revision

Viewing changes to dlrestrictions/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Sune Vuorela, José Manuel Santamaría Lema, Sune Vuorela
  • Date: 2013-04-02 21:58:46 UTC
  • mfrom: (0.1.43 sid)
  • Revision ID: package-import@ubuntu.com-20130402215846-06yvesibga60ngn5
Tags: 0.15.4
[ José Manuel Santamaría Lema ]
* Filter out -dbg packages from ${allLibraries} variables.

[ Sune Vuorela ]
* Update my email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    dlrestrictions.c
5
5
    dlrestrictions.h)
6
6
set_target_properties(dlrestrictions PROPERTIES SOVERSION 1 VERSION 1.0.0)
 
7
# FIXME: portability
 
8
set_target_properties(dlrestrictions PROPERTIES LINK_FLAGS "-Wl,--default-symver")
7
9
target_link_libraries(dlrestrictions ${CMAKE_DL_LIBS})
8
10
target_link_libraries(dlrestrictions LINK_INTERFACE_LIBRARIES "")
9
11
 
14
16
install(FILES dlrestrictions.h
15
17
    DESTINATION ${INCLUDE_INSTALL_DIR}
16
18
    COMPONENT DLRestrictions)
17
 
install(FILES dlrestrictions-config.cmake dlrestrictions-symbol.c.cmake
 
19
install(FILES DLRestrictionsConfig.cmake dlrestrictions-symbol.c.cmake
18
20
    DESTINATION ${LIB_INSTALL_DIR}/cmake/DLRestrictions)
19
21
install(EXPORT dlrestrictions FILE dlrestrictions-export.cmake
20
22
    DESTINATION ${LIB_INSTALL_DIR}/cmake/DLRestrictions)