You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
217 B

# XML parser
set(XEXML_SRCS
xeDefs.cpp
xeDefs.hpp
xeXMLParser.cpp
xeXMLParser.hpp
)
set(XEXML_LIBS
decpp
deutil
debase
)
add_library(xexml STATIC ${XEXML_SRCS})
target_link_libraries(xexml ${XEXML_LIBS})