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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-24 02:28:45 UTC
  • mfrom: (305.1.19 views)
  • Revision ID: csa@suren.me-20150924022845-p7hc8lh8v0q48g0r
Finalyze XML support and provide initial support for views (only descriptions so far)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(
 
2
    ${CMAKE_SOURCE_DIR}
 
3
    ${CMAKE_BINARY_DIR}
 
4
    ${CMAKE_SOURCE_DIR}/pcilib
 
5
    ${CMAKE_BINARY_DIR}/pcilib
 
6
    ${LIBXML2_INCLUDE_DIRS}
 
7
)
 
8
 
 
9
set(HEADERS ${HEADERS} enum.h transform.h)
 
10
 
 
11
add_library(views STATIC enum.c transform.c)