增加AutoSCL.cpp测试程序,除展示SourceCodeLocation外,也演示了__VA_OPT__与__VA_ARGS__组合使用. 是NewObject/NewComponent等宏的重要基础

This commit is contained in:
2025-03-19 01:31:38 +08:00
parent 39ae49171e
commit 8ba86a5b1b
2 changed files with 50 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ endmacro()
####################################################################################################
cm_example_project("Debug" DebugObject debug/DebugObject.cpp)
cm_example_project("Debug" AutoSCL debug/AutoSCL.cpp)
####################################################################################################
cm_example_project("DataType/RAM" RuntimeAssetManagerTest datatype/ram/RuntimeAssetManagerTest.cpp