use add_cm_library

This commit is contained in:
2019-11-29 11:59:56 +08:00
parent 86e9b1533f
commit 17b14af957

View File

@@ -128,5 +128,4 @@ SET(PLATFORM_SOURCE ${PLATFORM_SOURCE}
${PLATFORM_WINDOW_SOURCE} ${PLATFORM_WINDOW_SOURCE}
) )
add_library(CMPlatform STATIC ${PLATFORM_SOURCE}) add_cm_library(CMPlatform "CM" ${PLATFORM_SOURCE})
set_property(TARGET CMPlatform PROPERTY FOLDER "CM")