diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-19 11:39:25 +0000 |
---|---|---|
committer | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-19 11:39:25 +0000 |
commit | e8f06b8ac11d6a2bf137ec9fad2204947e2ae5f2 (patch) | |
tree | 817fdd6a851efba07746ee1469fb276f23a64c7e /.gitignore | |
parent | cd6859ef6f449f3f61db312addea9d656069736e (diff) |
Define melonDS version in CMake
Prevents having to update multiple files (melon.rc, melon.plist, version.h) when a new version is released.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ obj *.o melon_grc.c melon_grc.h +melon.rc cmake-build cmake-build-debug .idea |