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) |