mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
9 lines
165 B
CMake
9 lines
165 B
CMake
set(SRCS
|
|
include/tinyxml2.h
|
|
src/tinyxml2.cpp
|
|
)
|
|
|
|
add_library(tinyxml2 ${SRCS})
|
|
target_include_directories(tinyxml2 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
|