Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4642

Okay, I just finished setting up a basic CMake script: https://github.com/Walrus-Tech/MWEdit/pull/35

Are you able to test it? I haven’t set up the CI yet for CMake, I’m looking into the command-line commands now.

It is based off the Meson branch as it needs the source changes. It’s nothing fancy and doesn’t add the extra CMake options that I would like to use such as PIE; Windows conditionals; or messages, this is simply to test things to see if CMake works where Meson failed.

Edit:

Still tweaking things. Had to set some more CMake settings in the CMake script. Looks like it’s going now. Will find out what happens in a few minutes.

Edit 2:

Still working through re-learning things. If the latest CI build fails, I’ll go back to it tomorrow.