waterslideLTS / waterslide

WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
113 stars 40 forks source link

Adding CMake for multiplatforms #18

Closed Sciumo closed 7 years ago

Sciumo commented 7 years ago

Adding CMake assist in making in environments not Linux, such as OSX or NT. Adding new libraries and referencing build requirements is also possible, rather than downloading and including gzipped libraries in the repository.

It's understandable to have readable makefiles, and CMake generated makefiles can be difficult to read.

Sciumo commented 7 years ago

the fork is more appropriate for this issue. Closing.