Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Allow CMake 3.10.x for Bionic Beaver #186

Closed unknownbrackets closed 4 years ago

unknownbrackets commented 4 years ago

Also some improvements for libarmips for ppsspp.

-[Unknown]

Kingcom commented 4 years ago

target_link_options is not available before 3.13 and is not hidden behind an option, can you adjust that as well?

unknownbrackets commented 4 years ago

A clang cross compile using the mingw64 toolchain compiled, so I think the set_target_properties way is equivalent in this case.

-[Unknown]