You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- if (CMAKE_SYSTEM_NAME MATCHES "Windows")
- list(APPEND SECUREC_SRCS "memset_s.c")
- else()
- aux_source_directory(. SECUREC_SRCS)
- endif()
- add_library(securec STATIC ${SECUREC_SRCS})
|