From dc5b11fc7d45bfeabd0866b8821fefbfc7fd1209 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 May 2024 18:59:54 +0900 Subject: CMake conversion Signed-off-by: Michele Calgaro (cherry picked from commit 199d48de5c43ab5da32fdfe2006f9d89bd4b6d17) --- src/progs/psp/xml/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/progs/psp/xml/CMakeLists.txt (limited to 'src/progs/psp/xml') diff --git a/src/progs/psp/xml/CMakeLists.txt b/src/progs/psp/xml/CMakeLists.txt new file mode 100644 index 0000000..90a7495 --- /dev/null +++ b/src/progs/psp/xml/CMakeLists.txt @@ -0,0 +1,9 @@ + +##### xml_psp_parser (executable) + +tde_add_executable( xml_psp_parser AUTOMOC + SOURCES xml_psp_parser.cpp + LINK + devicelistnoui-static pic-static picbase-static picxml-static mem24-static mem24base-static mem24xml-static + xmltodata-static devicebase-static common-static tdecore-shared +) -- cgit v1.2.1