~dobey/ubuntu-app-launch/ship-app-mock

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/CMakeLists.txt

  • Committer: Rodney Dawes
  • Date: 2017-03-07 19:55:58 UTC
  • Revision ID: rodney.dawes@canonical.com-20170307195558-y9pnqmeg9abti6lm
Initial branch for shipping mocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/libubuntu-app-launch-${API_VERSION}/ubuntu-app-launch"
149
149
)
150
150
 
 
151
# Mock headers
 
152
install(
 
153
  DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/mock
 
154
  DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/libubuntu-app-launch-${API_VERSION}/ubuntu-app-launch"
 
155
)
 
156
 
151
157
install(
152
158
        TARGETS ubuntu-launcher
153
159
        LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}