From 5f8335c1e49ce108ef3481863833c98efa00411b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 2 Jul 2020 23:09:26 +0200 Subject: sync with upstream --- cmake/addons/depends/common/tinyxml/CMakeLists.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 cmake/addons/depends/common/tinyxml/CMakeLists.txt (limited to 'cmake/addons/depends/common/tinyxml/CMakeLists.txt') diff --git a/cmake/addons/depends/common/tinyxml/CMakeLists.txt b/cmake/addons/depends/common/tinyxml/CMakeLists.txt deleted file mode 100644 index ec396ee..0000000 --- a/cmake/addons/depends/common/tinyxml/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -cmake_minimum_required(VERSION 3.1) -project(tinyxml) - -set(SOURCES src/tinystr.cpp - src/tinyxml.cpp - src/tinyxmlerror.cpp - src/tinyxmlparser.cpp) - -if(WIN32) - add_definitions(-DWIN32 -D_LIB) -endif() -add_definitions(-DTIXML_USE_STL) - -add_library(tinyxml ${SOURCES}) - -include_directories(${PROJECT_SOURCE_DIR}/include) - -set(HEADERS ${PROJECT_SOURCE_DIR}/include/tinystr.h - ${PROJECT_SOURCE_DIR}/include/tinyxml.h) - -install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include) -install(TARGETS tinyxml DESTINATION ${CMAKE_INSTALL_PREFIX}/lib) -- cgit v1.2.3