Update CMakeList for Windows build and CI test
Great work!
I had a different vector construction setup, then came across your feature for regular array index access. I scraped/refactored my version in https://github.com/zelang-dev/c-raii/tree/main/src/vector.c to use yours exclusively, memory usage cleanup is automatic though, RAII.
There are a few ideas to make c-vector more expandable, like adding an enum type field to vector_metadata_t, macro to set/get.
I'll take a look in a little bit! Thanks
This generally looks good. Just as a heads up, another PR that also at least touches CMakeLists.txt came in literally just the day before you submitted yours. So we may need to rebase yours and resolve conflicts after I merge his. (Calling it a night tonight, but will probably try to merge both the other PR and yours tomorrow).