mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[PR #82] [CLOSED] CMake configure #413
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#413
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/82
Author: @burlen
Created: 12/5/2016
Status: ❌ Closed
Base:
master← Head:cmake_configure📝 Commits (3)
43c08cdwarning clean up9de6913pass executable and baseline to test9c897a1add CMake support📊 Changes
25 files changed (+1024 additions, -71 deletions)
View changed files
➕
CMakeLists.txt(+74 -0)➕
CTestCustom.cmake.in(+2 -0)📝
Makefile(+3 -1)➕
examples/CMakeLists.txt(+49 -0)📝
examples/dates_and_times01.c(+2 -2)📝
examples/dates_and_times02.c(+2 -2)📝
examples/format_num_format.c(+13 -13)➕
include/CMakeLists.txt(+3 -0)➕
src/CMakeLists.txt(+32 -0)➕
test/CMakeLists.txt(+2 -0)➕
test/functional/CMakeLists.txt(+347 -0)📝
test/functional/base_test_class.py(+9 -5)➕
test/functional/conftest.py(+11 -0)➕
test/functional/src/CMakeLists.txt(+262 -0)➕
test/unit/CMakeLists.txt(+110 -0)📝
test/unit/ctest.h(+1 -0)➕
third_party/CMakeLists.txt(+4 -0)➕
third_party/minizip/CMakeLists.txt(+11 -0)📝
third_party/minizip/crypt.h(+2 -0)📝
third_party/minizip/ioapi.c(+30 -1)...and 5 more files
📄 Description
add support for CMake
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.