vcpkg/ports/tinyxml/tinyxml-config.cmake
Trent Weiss 2c2735a9e1
[tinyxml] Use proper CMake targets (#11383)
* use proper cmake targets

* change target name to be unofficial
2020-05-21 11:54:42 -07:00

8 lines
318 B
CMake

if (tinyxml_CONFIG_INCLUDED)
return()
endif()
set(tinyxml_CONFIG_INCLUDED TRUE)
include(${CMAKE_CURRENT_LIST_DIR}/tinyxmlTargets.cmake)
set(tinyxml_LIBRARIES unofficial-tinyxml::unofficial-tinyxml)
get_target_property(tinyxml_INCLUDE_DIRS unofficial-tinyxml::unofficial-tinyxml INTERFACE_INCLUDE_DIRECTORIES)