~marcustomlinson/unity-scopes-api/fix-clang-warnings

« back to all changes in this revision

Viewing changes to include/unity/scopes/qt/CMakeLists.txt

  • Committer: Pawel Stolowski
  • Date: 2015-09-07 14:10:41 UTC
  • mfrom: (163.68.55 single-tree)
  • Revision ID: pawel.stolowski@canonical.com-20150907141041-2q7ozw68rwn3vyb7
MergedĀ lp:~michihenning/unity-scopes-api/single-tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
file(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
2
2
 
3
 
install(FILES ${headers} DESTINATION ${HDR_INSTALL_DIR}/unity/scopes/qt)
 
3
install(FILES ${headers}
 
4
        DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unity-scopes-qt-${UNITY_SCOPES_QT_SOVERSION}/unity/scopes/qt)