jasper-software / jasper

Official Repository for the JasPer Image Coding Toolkit
http://www.ece.uvic.ca/~mdadams/jasper
Other
223 stars 101 forks source link

Update CMake scripts #301

Closed theta682 closed 3 years ago

theta682 commented 3 years ago
  1. Make CMake code style similar to standard CMake
  2. Improve multi-configuration support: Add "d" suffix for Debug configuration
  3. Improve detection of snprintf on Windows
  4. Use BUILD_SHARED_LIBS to declare JAS_ENABLE_SHARED if it is defined
  5. Reduce warning about GLUT on Windows
mdadams commented 3 years ago

I didn't have push access to your fork. So, I made some changes locally before committing.

theta682 commented 3 years ago

Thank you.