benzammour / cretro

👾 cretro - Yet another Chip 8 Emulator!
MIT License
4 stars 2 forks source link

feat: switches from make to cmake #17

Closed mormod closed 1 year ago

mormod commented 1 year ago

Use mkdir build && cd build && cmake -G Ninja .. && ninja to build for the first time, execute ninja -C build in the root dir of the project or ninja within build/ to rebuild the project.

Use -DCMAKE_C_COMPILER=xxx to set to your desired C compiler after -G Ninja.

mormod commented 1 year ago

Should be ready to merge now. @Benzammour