~niels-avonds/granite/timepicker

« back to all changes in this revision

Viewing changes to demo/CMakeLists.txt

  • Committer: xapantu
  • Date: 2012-03-11 17:33:51 UTC
  • mfrom: (182.2.6 trunk)
  • Revision ID: xapantu@gmail.com-20120311173351-7pia9fewxuhvmwaq
Merge the DynamicNotebook, we'll break the APIs if it is really needed later, but we need to test it further to improve the APIs (so, it is a never ending loop, that's why I'm merging it). So, this is unstable, fo to the 0.1 branch for a stable branch ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# TODO: configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
10
10
 
11
11
find_package(PkgConfig)
12
 
pkg_check_modules(DEPS REQUIRED gtk+-3.0)
 
12
pkg_check_modules(DEPS REQUIRED gee-1.0 gtk+-3.0)
13
13
set(CFLAGS ${DEPS_CFLAGS} ${DEPS_CFLAGS_OTHER} )
14
14
set(LIB_PATHS ${DEPS_LIBRARY_DIRS})
15
15
link_directories(${LIB_PATHS} ${CMAKE_CURRENT_BINARY_DIR}/../lib/)
20
20
    ${CMAKE_CURRENT_BINARY_DIR}/../lib/granite.vapi
21
21
PACKAGES
22
22
    gtk+-3.0
 
23
    gee-1.0
23
24
OPTIONS
24
25
    --thread
25
26
)