I am working on a project that uses libraries included as subdirectories, however, one of them doesn't use CMake.
Here's the directory structure:
- src
-- tinyxml2
-- ziplib
-- [sources-here]
How would I include ziplib
as it doesn't use CMake as its build tool?