forked from xt-sys/exectos
Implement RtlWideStringCompare() and RtlWideStringTokenize() routines
This commit is contained in:
@@ -9,7 +9,8 @@ include_directories(
|
||||
# Specify list of source code files
|
||||
list(APPEND XTKLIB_SOURCE
|
||||
${XTKLIB_SOURCE_DIR}/hl/cport.c
|
||||
${XTKLIB_SOURCE_DIR}/hl/${ARCH}/cpufunc.c)
|
||||
${XTKLIB_SOURCE_DIR}/hl/${ARCH}/cpufunc.c
|
||||
${XTKLIB_SOURCE_DIR}/rtl/widestr.c)
|
||||
|
||||
# Add library
|
||||
add_library(xtklib ${XTKLIB_SOURCE})
|
||||
|
||||
Reference in New Issue
Block a user