DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

keep windows-specific generator expressions on one line #463

Closed tophyr closed 1 week ago

tophyr commented 1 week ago

Pull Request Type

Description

The Android NDK's version of CMake (a customized 3.22 I believe?) apparently has trouble with multi-line generator expressions. Or at least, it had trouble with these ones. Changing them to be a single line fixed the problem.

Checklist