parent
08985a1e56
commit
523fde0e25
@ -1,3 +1,6 @@
|
|||||||
aux_source_directory(. SECUREC_SRCS)
|
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})
|
add_library(securec STATIC ${SECUREC_SRCS})
|
||||||
|
Loading…
Reference in new issue