~cyphermox/mtp/books

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-09-06 19:43:56 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20130906194356-m1o9620mr15l7hcd
Port to boost; expose all files in /home

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
set(MTP_VERSION_MINOR 0)
11
11
set(MTP_VERSION_PATCH 0)
12
12
 
13
 
find_package(Qt5Core REQUIRED)
14
 
find_package(Qt5Gui REQUIRED)
 
13
find_package(Boost REQUIRED COMPONENTS system filesystem)
15
14
 
16
15
set(
17
16
    MTP_HEADERS
56
55
include_directories(
57
56
    include/
58
57
    libusbhost/include
59
 
    ${Qt5Core_INCLUDE_DIRS}
60
 
    ${Qt5Gui_INCLUDE_DIRS}
 
58
    ${Boost_INCLUDE_DIRS}
61
59
)
62
60
 
63
61
add_library(