jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

Switch build system to CMake #29

Open CapdinCrando opened 3 months ago

CapdinCrando commented 3 months ago

It would probably be best if we learned to use CMake and used that instead of a Makefile.

This is more of a low priority tech debt task than anything.

jhunterh commented 3 months ago

agree. another build tool we might consider is gradle.

CapdinCrando commented 3 months ago

At first I thought that gradle was Java only, but today I learned it can be used for C++ too.

We can look into it, yeah. Although currently I am learning towards CMake, as it is the industry standard at the moment.