/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if (NOT WIN32)
    SET(BUILD_SHARED_LIBS ON)
endif (NOT WIN32)

SET(CMAKE_INCLUDE_CURRENT_DIR ON)

SET(HEADERS 
    librcd.h
)

SET(rcd_SRCS
    librcd.c
    russian_table.h
    ${HEADERS}
)

ADD_LIBRARY(rcd ${rcd_SRCS})