dmilos / color

C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.
Apache License 2.0
173 stars 21 forks source link

unix stuff, adding cmake and testing on travis #3

Open tesch1 opened 7 years ago

tesch1 commented 7 years ago

Hi, nice library, thanks for sharing! here's some support to auto-testing when checking into github. Including cmake and ctest. also set the executable bits on the shell scripts. Cheers