From d888bb6815f9032e1e7181edad75fc8feabffd4a Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 18 Apr 2013 18:56:02 +0200 Subject: [PATCH] Install collection headers --- src/libtomahawk/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index 32167c209..37d15fe2d 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -505,6 +505,7 @@ file( GLOB accountsHeaders "accounts/*.h" ) file( GLOB accountsLastfmHeaders "accounts/lastfm/*.h" ) file( GLOB accountsSpotifyHeaders "accounts/spotify/*.h" ) file( GLOB audioHeaders "audio/*.h" ) +file( GLOB collectionHeaders "collection/*.h" ) file( GLOB contextHeaders "context/*.h" ) file( GLOB contextPagesHeaders "context/pages/*.h" ) file( GLOB databaseHeaders "database/*.h" ) @@ -534,6 +535,7 @@ install( FILES ${accountsHeaders} DESTINATION include/libtomahawk/accounts ) install( FILES ${accountsLastfmHeaders} DESTINATION include/libtomahawk/accounts/lastfm ) install( FILES ${accountsSpotifyHeaders} DESTINATION include/libtomahawk/accounts/spotify ) install( FILES ${audioHeaders} DESTINATION include/libtomahawk/audio ) +install( FILES ${collectionHeaders} DESTINATION include/libtomahawk/collection ) install( FILES ${contextHeaders} DESTINATION include/libtomahawk/context ) install( FILES ${contextPagesHeaders} DESTINATION include/libtomahawk/context/pages ) install( FILES ${databaseHeaders} DESTINATION include/libtomahawk/database )