We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ac3cc commit 52c86ffCopy full SHA for 52c86ff
.github/workflows/CI.yml
@@ -20,8 +20,7 @@ jobs:
20
submodules: "recursive"
21
22
- name: Configure
23
- run: |
24
- cmake -Bbuild
+ run: cmake -Bbuild
25
26
- name: Build
27
run: cmake --build build -j
CMakeLists.txt
@@ -51,8 +51,8 @@ add_library(unboxing
51
src/matrix.c
52
src/metadata.c
53
src/string.c
54
- src/unboxer.c
55
src/unboxer_utility.c
+ src/unboxer.c
56
src/unboxer/cornermark.c
57
src/unboxer/datapoints.c
58
src/unboxer/filter.c
0 commit comments