~mzanetti/unity-mir/appimage-sourcesize-rotate-n7

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): thomas-voss
  • Date: 2014-01-10 18:43:28 UTC
  • mfrom: (161.1.6 switch-to-cmake-take-2)
  • Revision ID: tarmac-20140110184328-qfjp5peni2hacbh8
Switch to cmake.

Approved by Gerry Boland, PS Jenkins bot, Albert Astals Cid, Jussi Pakkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
configure_file(
 
2
  ${CMAKE_CURRENT_SOURCE_DIR}/unity-mir.pc.in 
 
3
  ${CMAKE_CURRENT_BINARY_DIR}/unity-mir.pc @ONLY)
 
4
 
 
5
install(
 
6
  FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-mir.pc
 
7
  DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)