You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
318 B
8 lines
318 B
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)
|