aboutsummaryrefslogtreecommitdiff
path: root/c/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-09-03Improve error handling.John Ankarström
2022-09-03Add Preferences dialog (WIP).John Ankarström
2022-09-02Improve Window object.John Ankarström
2022-09-02Use global Window object.John Ankarström
This makes it easier to control initialization and maintain RAII.
2022-09-02Improve build system.John Ankarström
2022-08-29Small improvments.John Ankarström
2022-08-27Support Debug/Release configurations.John Ankarström
2022-08-26Use CMake.John Ankarström
I don't love it, but it makes it possible to support Visual Studio in addition to MinGW GCC.