Skip to content

Commit

Permalink
Update TinyXML2 cmake variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Mar 31, 2017
1 parent 14b8a36 commit 0be593c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/tinyxml2/share/cmake/TinyXML2Config.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
get_filename_component(_PREFIX "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE)
set (TinyXML2_INCLUDE_DIRS "${_PREFIX}/include")
set (TinyXML2_INCLUDE_DIR "${TinyXML2_INCLUDE_DIRS}")
set (TinyXML2_LIBRARIES debug "${_PREFIX}/lib/tinyxml2d.lib" optimized "${_PREFIX}/lib/tinyxml2.lib")

set (TinyXML2_INCLUDE_DIR "${TinyXML2_INCLUDE_DIRS}")
set (TINYXML2_INCLUDE_DIRS "${TinyXML2_INCLUDE_DIRS}")
set (TINYXML2_INCLUDE_DIR "${TinyXML2_INCLUDE_DIRS}")
set (TinyXML2_LIBRARY "${TinyXML2_LIBRARIES}")
set (TINYXML2_LIBRARIES "${TinyXML2_LIBRARIES}")
set (TINYXML2_LIBRARY "${TinyXML2_LIBRARIES}")

0 comments on commit 0be593c

Please sign in to comment.