xmos / xcommon_cmake

6 stars 5 forks source link

Added test static_libs_src_flags #164

Closed xross closed 5 months ago

xross commented 5 months ago

Add test to check LIB_COMPILER_OPTIONS makes to to the additional source files (currently fails)

I believe was also have some work to do such that these are not shared with the options for building the static lib.

An option for this could be

set(LIB_COMPILER_FLAGS_arch OPTION_FOR_arch_LIB)

xross commented 5 months ago

Likely superseded by #165

xross commented 5 months ago

Superseded by #166