sukrutrao / Timetabler

A customizable timetabling software for educational institutions that encodes timetabling constraints as a SAT formula and solves them using a MaxSAT solver
https://timetabler.readthedocs.io
MIT License
37 stars 9 forks source link

Change Makefile to CMake #9

Closed prateekkumarweb closed 6 years ago

prateekkumarweb commented 6 years ago

Currently, Makefile is being used. We have to change it to CMake with customizable path options for other dependencies. (Currently, paths are hardcoded in Makefile)

After migrating to CMake build, add .travis.yml to test for build errors.

prateekkumarweb commented 6 years ago

CMake build is added in ee0c92a