/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-10-23 00:05:26 UTC
  • mfrom: (39.1.12 upstream)
  • Revision ID: csa@dside.dyndns.org-20121023000526-ifuq3qa3ppzbygqr
Merge from mv

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set(LIBUFODECODE_ABI_VERSION "0.2")
6
6
set(LIBUFODECODE_ABI_MAJOR_VERSION "0")
7
7
 
8
 
set(PACKAGE_VERSION "0.2.1")
 
8
set(PACKAGE_VERSION "0.2.2")
9
9
set(PACKAGE_NAME "${TARNAME}")
10
10
set(PACKAGE_TARNAME "${TARNAME}")
11
11
set(PACKAGE_STRING "${PACKAGE_NAME}-${PACKAGE_VERSION}")
24
24
endif(NOT DEFINED LIB_INSTALL_DIR)
25
25
 
26
26
if(NOT DEFINED INCLUDE_INSTALL_DIR)
27
 
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/")
 
27
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
28
28
endif(NOT DEFINED INCLUDE_INSTALL_DIR)
29
29
 
30
30
if(NOT DEFINED LOCALE_INSTALL_DIR)