Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 627452 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt (-5 / +4 lines)
Lines 1-4 Link Here
1
#  :copyright: (c) 2017 Alex Huszagh.
2
#  :license: FreeBSD, see LICENSE.txt for more details.
1
#  :license: FreeBSD, see LICENSE.txt for more details.
3
2
4
# Description
3
# Description
Lines 120-129 Link Here
120
119
121
include_directories(include include/xlsxwriter)
120
include_directories(include include/xlsxwriter)
122
file(GLOB LXW_SOURCES src/*.c)
121
file(GLOB LXW_SOURCES src/*.c)
123
list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c)
122
# list(APPEND LXW_SOURCES third_party/minizip/ioapi.c third_party/minizip/zip.c)
124
if(MSVC)
123
# if(MSVC)
125
    list(APPEND LXW_SOURCES third_party/minizip/iowin32.c)
124
#     list(APPEND LXW_SOURCES third_party/minizip/iowin32.c)
126
endif()
125
# endif()
127
if (NOT ${USE_STANDARD_TMPFILE})
126
if (NOT ${USE_STANDARD_TMPFILE})
128
    include_directories(third_party/tmpfileplus)
127
    include_directories(third_party/tmpfileplus)
129
    list(APPEND LXW_SOURCES third_party/tmpfileplus/tmpfileplus.c)
128
    list(APPEND LXW_SOURCES third_party/tmpfileplus/tmpfileplus.c)

Return to bug 627452