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