Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: use CMake to propagate
CMARK_STATIC_DEFINE
The `CMARK_STATIC_DEFINE` macro identifies that the library is being linked statically, which is important information for building on Windows. This uses CMake to automatically propagate the necessary definition to the users and the build of the library itself rather than having everyone specify it manually.
- Loading branch information