1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus/spreadsheet
liborcus_HEADERS = \
types.hpp \
view_types.hpp \
export_interface.hpp \
import_interface.hpp \
import_interface_auto_filter.hpp \
import_interface_pivot.hpp \
import_interface_pivot_table_def.hpp \
import_interface_strikethrough.hpp \
import_interface_styles.hpp \
import_interface_underline.hpp \
import_interface_view.hpp
if BUILD_SPREADSHEET_MODEL
liborcus_HEADERS += \
auto_filter.hpp \
config.hpp \
document.hpp \
document_types.hpp \
factory.hpp \
pivot.hpp \
shared_strings.hpp \
sheet.hpp \
styles.hpp \
table.hpp \
tables.hpp \
view.hpp
endif
|