Commit graph

6 commits

Author SHA1 Message Date
Fabio Cavallo
8a6b82d946
Fixed cross compilation. 2024-07-15 10:56:24 +02:00
fhorse
45a55f4d8f Fixed https://github.com/punesemu/puNES/issues/239.
CMake 3.22.1 does not correctly interpret the conditional generator expression inside target_link_libraries when the library list is multiline. I could have put everything on one line but I preferred to treat the list externally to be able to manage it better.
Updated the README with instructions to successfully compile with Ubuntu.
2022-11-06 01:15:35 +01:00
fhorse
e104784b55 I cleaned up the compilation management under windows. 2022-10-30 22:31:42 +01:00
fhorse
1353cab548 Added cmake support under Windows. 2022-10-30 10:45:43 +01:00
fhorse
c566d10b37 Added cmake support under FreeBSD and OpenBSD as well. 2022-10-27 09:56:15 +02:00
Azamat H. Hackimov
7070ebe11a Implementing first version of CMake project
Reworked translation, MOC and UI file generations to fit them for CMake's AUTOMOC/AUTOUIC/AUTORCC default approach.
2022-10-25 16:14:12 +02:00