Tirlititi / Hades-Workshop

Final Fantasy IX modding tool
GNU General Public License v3.0
50 stars 13 forks source link

Cmake build system #4

Closed ZePilOt closed 5 years ago

ZePilOt commented 5 years ago

Hi,

This is a great tool, that I need to customize for my need (hence the fork). Most of them won't make much sense for a official release, but I've started by creating a cmake build process to ease the compiler setup.

This should work on vs2015 & vs2017, wxwidgets is added as a submodule in git.

Tirlititi commented 5 years ago

Hi ZePilOt. Thank you very much for this!

As a side note, here is how I number my versions so far: [MAJOR_VERSION].[MINOR_VERSION][PATCH_LETTER] where "Major" has always been 0, "Minor" is 2-digits and increases by one everytime and "Patch" is an optional letter ("b", "c", etc...).

Gael-Honorez-sb commented 5 years ago

I will fix that. The version number in the cmakelist.txt file is not used in the code, I will make a second pull request later.