/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-08-16 20:38:14 UTC
  • mfrom: (405.1.3 pcitool)
  • Revision ID: csa@suren.me-20170816203814-ssqbbpnqpxeyhjyu
Merge minor fixes from camera/pcitool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(pcitool C)
2
2
 
3
 
set(RELEASE "3")
 
3
set(RELEASE "0")
4
4
set(PCILIB_VERSION "0.2.8")
5
 
set(PCILIB_ABI_VERSION "0")
 
5
set(PCILIB_ABI_VERSION "2")
6
6
 
7
7
cmake_minimum_required(VERSION 2.8)
8
8
#set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH true)