/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 pcitool/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-13 21:21:24 UTC
  • Revision ID: csa@dside.dyndns.org-20111213212124-ja6i09tkd03m359l
Do event counting when rawcallback is used to stream the data

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    ${CMAKE_SOURCE_DIR}
3
3
)
4
4
 
5
 
set(HEADERS ${HEADERS} sysinfo.h)
 
5
set(HEADERS ${HEADERS} sysinfo.h formaters.h)
6
6
 
7
 
add_library(pcitool STATIC sysinfo.c)
 
7
add_library(pcitool STATIC sysinfo.c formaters.c)
8
8