Added TypeSizeof.cpp

This commit is contained in:
2024-08-04 01:43:07 +08:00
parent 9dfd0c0c1c
commit 4e80bbb57a
3 changed files with 59 additions and 9 deletions

View File

@@ -22,6 +22,9 @@ endmacro()
####################################################################################################
add_executable(TypeSizeof datatype/TypeSizeof.cpp)
CM_EXAMPLE_PROJECT("DataType" TypeSizeof)
add_executable(HalfFloatTest datatype/HalfFloatTest.cpp)
cm_example_project("DataType" HalfFloatTest)