it's asm that needs to be linked with the final archive/exe this is gcc-centric / not MS compatiblegnu_extensions
| assert(std::is_sorted(header_exts.begin(), header_exts.end())); | assert(std::is_sorted(header_exts.begin(), header_exts.end())); | ||||
| static std::vector<std::string_view> source_exts = { | static std::vector<std::string_view> source_exts = { | ||||
| ".C", | ".C", | ||||
| ".S", | |||||
| ".c", | ".c", | ||||
| ".c++", | ".c++", | ||||
| ".cc", | ".cc", |