You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bibletime/bibletime/backend/CMakeLists.txt

49 lines
1.0 KiB

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/${PROJECT_NAME}
${CMAKE_SOURCE_DIR}/${PROJECT_NAME}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CLUCENE_INCLUDE_DIRS}
${SWORD_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
)
##### backed (static)
tde_add_library( backend STATIC-PIC AUTOMOC
SOURCES
bt_gbfhtml.cpp
bt_osishtml.cpp
bt_plainhtml.cpp
bt_thmlhtml.cpp
bt_thmlplain.cpp
btstringmgr.cpp
cbookdisplay.cpp
cchapterdisplay.cpp
cdisplayrendering.cpp
cdisplaytemplatemgr.cpp
centrydisplay.cpp
chtmlexportrendering.cpp
clanguagemgr.cpp
cplaintextexportrendering.cpp
creferencemanager.cpp
cswordbackend.cpp
cswordbiblemoduleinfo.cpp
cswordbookmoduleinfo.cpp
cswordcommentarymoduleinfo.cpp
cswordkey.cpp
cswordldkey.cpp
cswordlexiconmoduleinfo.cpp
cswordmoduleinfo.cpp
cswordmodulesearch.cpp
cswordtreekey.cpp
cswordversekey.cpp
ctextrendering.cpp
osismorphsegmentation.cpp
)