~abreu-alexandre/oxide/v8-deprecations

« back to all changes in this revision

Viewing changes to build/cmake/OxideCommonProperties.cmake

  • Committer: Chris Coulson
  • Date: 2016-02-11 16:52:24 UTC
  • Revision ID: chris.coulson@canonical.com-20160211165224-dpfnc5gf1s9nxxjm
Make CMake package config files work correctly - OxideQtCoreConfig.cmake needs to export -rpath-link option for libffmpeg.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
endif()
22
22
set(_OxideCommonProperties_INCLUDED_ TRUE)
23
23
 
 
24
include(GNUInstallDirs)
24
25
include(OxideCommonOptions)
25
26
 
26
27
set(OXIDE_PLATFORM_FULLNAME oxide-${OXIDE_PLATFORM})
52
53
set(_OxideCommonProperties_LAST_CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" CACHE INTERNAL "CMAKE_INSTALL_PREFIX during last run")
53
54
unset(_INCLUDEDIR_DEFAULT)
54
55
unset(__LAST_INCLUDEDIR_DEFAULT)
 
56
 
 
57
set(OXIDE_INSTALL_LIBEXECDIR ${CMAKE_INSTALL_LIBDIR}/${OXIDE_PLATFORM_FULLNAME})