OSDN Git Service

Rename boardmanager.cpp and boardmanager.h
[kita/kita.git] / src / libkita / CMakeLists.txt
1 include_directories(${KDE4_INCLUDES} ${QT_INCLUDES})
2
3
4 ########### next target ###############
5
6 set(kita_LIB_SRCS
7     access.cpp
8     account.cpp
9     bbs.cpp
10     boarddata.cpp
11     boarddatabase.cpp
12     cache.cpp
13     datinfo.cpp
14     datmanager.cpp
15     downloadmanager.cpp
16     favoriteboards.cpp
17     favoritethreads.cpp
18     favoritethreads.h
19     flashcgi.cpp
20     kita_misc.cpp
21     k2ch.cpp
22     jbbs.cpp
23     machibbs.cpp
24     parser.cpp
25     postdata.cpp
26     thread.cpp
27     thread.h
28     threadinfo.cpp
29     threadinfo.h
30     threadindex.cpp)
31
32 kde4_add_kcfg_files(kita_LIB_SRCS
33     abone.kcfgc
34     accountconfig.kcfgc
35     asciiart.kcfgc
36     colorconfig.kcfgc
37     globalconfig.kcfgc
38     writeconfig.kcfgc)
39
40 kde4_add_library(kitautil SHARED ${kita_LIB_SRCS})
41
42 target_link_libraries(kitautil ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
43
44 set_target_properties(kitautil PROPERTIES VERSION 1.0.0 SOVERSION 1)
45 install(TARGETS kitautil ${INSTALL_TARGETS_DEFAULT_ARGS})
46
47
48 ########### install files ###############
49
50 install(FILES  abone.kcfg asciiart.kcfg globalconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR})