摘要: CMake学习记录 宏 macro (do_test arg1 arg2 result) add_test (test_${arg1}_${arg2} Demo ${arg1} ${arg2}) set_tests_properties (test_${arg1}_${arg2} PROPERTIE 阅读全文
posted @ 2025-08-02 14:37 重光拾 阅读(122) 评论(0) 推荐(1)