fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

CMakeLists.txt: Slight refactor #65

Closed erysdren closed 1 month ago

erysdren commented 1 month ago

Added an install target and changed around the TARADINO_SUFFIX stuff to allow that to work. Up next I'm planning to include some icons and the .desktop file in the install target as well.

Edit: I'm also thinking of ditching the dedicated FindSDL2.cmake files and using the FindPkgConfig module instead.

erysdren commented 1 month ago

And what do you think about using the FindPkgConfig module instead of those FindSDL2.cmake files?

fabiangreffrath commented 1 month ago

It should work on our main target platforms, right? Not sure about MSVC, though.

erysdren commented 1 month ago

I just adjusted the manpage as well, and added it to the install target. Let me know if you have any notes.