Sign in
fuchsia
/
third_party
/
vulkan-cts
/
7d3dbb301fb8ddedb93f826f7f86b1aeaac2546a
/
.
/
framework
/
xexml
/
CMakeLists.txt
blob: 3af27a6fafef299c5cfd50ac22a6291c78ace126 [
file
] [
log
] [
blame
]
# 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})