simoninns / DomesdayDuplicator

High-speed LaserDisc RF sampler
GNU General Public License v3.0
138 stars 21 forks source link

Minor CMake changes to match ld-decode #131

Closed atsampson closed 1 year ago

atsampson commented 1 year ago

Three enhancements to CMakeLists.txt based on the CMake work in ld-decode (it's a subset of https://github.com/happycube/ld-decode/pull/799).

simoninns commented 1 year ago

@atsampson - can you take a quick look at the conflicts? Probably caused by some of the changes from other pull requests I just accepted, but I'm not that familiar with the cmake system and don't want to mess stuff up :)

TokugawaHeavyIndustries commented 1 year ago

@atsampson note that I added . in target_include_directories, and added the multimedia requirement in the Qt portion of CMakeLists, too. And Qt5 support is removed

atsampson commented 1 year ago

I'll merge this with the PR I'm about to submit...