uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Migration of build system to CMake #19

Closed CinchBlue closed 7 years ago

CinchBlue commented 7 years ago

We are currently using a makeshift build system purely off of Make. This is bad, and is quite clunky, especially since we've encountered portability problems.

Moving to CMake will have many benefits, including increasing cross-platform compatibility and also paving the way for tighter integration with CLion.

CinchBlue commented 7 years ago

I have completed the migration as of commit 1c5b2bafd58eba14bf9b1092e733189d34077372.