jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.
64 stars 34 forks source link

Support for CMake and Windows #22

Closed mitkof6 closed 4 years ago

mitkof6 commented 4 years ago

This PR introduces the following things:

  1. Support of CMake for cross platform build (tested on Linux and Windows).
  2. Fix compatibility issues with MVSC 2019 on Windows (e.g., FileUtils and some errors and warnings).
  3. Updated the README.md file incorporating the new changes.