/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
5
6
7
8
include_directories(
    ${CMAKE_SOURCE_DIR}
)


set(HEADERS ${HEADERS} default.h)

add_library(protocols STATIC default.c)