~ubuntu-branches/ubuntu/quantal/pdf-presenter-console/quantal

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2012-06-27 12:13:08 UTC
  • mfrom: (3.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120627121308-1o56k7h3o1xl1ta3
Tags: 3.1-1
* Move man page tweak to quilt patch
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
SET(CMAKE_BUILD_TYPE "Release")
5
5
 
6
6
# Uncomment this section if you want to compile from vala sources
7
 
 
8
7
#list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Vala_CMake/vala)
9
8
#include(ValaPrecompile)
10
9
#include(ValaVersion)
11
10
#
12
11
#find_package(Vala)
13
12
#
14
 
#ensure_vala_version("0.16.0" MINIMUM)
 
13
#ensure_vala_version("0.11.0" MINIMUM)
15
14
#
16
15
#add_subdirectory(src)
17
16
 
18
17
# ...and comment the following line
19
18
add_subdirectory(c-src)
20
19
 
 
20
set(SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc" CACHE FILEPATH "sysconfdir")
 
21
 
21
22
add_subdirectory(icons)
22
23
add_subdirectory(man)
 
24
add_subdirectory(rc)