/alps/pcitool

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

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-20 17:26:29 UTC
  • Revision ID: csa@suren.me-20151120172629-ifd0wt33sg5bccpo
64-bit access to BAR memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(pcitool)
2
2
 
3
 
set(PCILIB_VERSION "0.2.4")
 
3
set(PCILIB_VERSION "0.2.5")
4
4
set(PCILIB_ABI_VERSION "2")
5
5
 
6
6
cmake_minimum_required(VERSION 2.6)