google / astc-codec

A software ASTC decoder implementation which supports the ASTC LDR profile
Apache License 2.0
69 stars 30 forks source link

CMake support to enable compilation under Visual Studio #1

Closed pokowaka closed 5 years ago

pokowaka commented 5 years ago

Note we do not build the fuzzing target.

Test: All unit tests green on VS2017, MacOs, Linux

Change-Id: Ie8437f61d187fff03279c99fde0ff565e8f39b50

jwmcglynn commented 5 years ago

This looks good to me, thanks!