/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: 2016-05-13 23:10:33 UTC
  • Revision ID: csa@suren.me-20160513231033-deh0biipgpln877s
Allow mapping of arbitrary memory areas

Show diffs side-by-side

added added

removed removed

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