mirror of https://github.com/AxioDL/metaforce.git
tinyxml2 integration fixes
This commit is contained in:
parent
3060a1a934
commit
d432a93553
|
@ -5,6 +5,8 @@ project(urde)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
set(BUILD_STATIC_LIBS ON)
|
||||
|
||||
if(MSVC)
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio*")
|
||||
|
|
|
@ -12,4 +12,4 @@ if (UNIX)
|
|||
endif()
|
||||
|
||||
|
||||
target_link_libraries(assetnameparser tinyxml2 logvisor ${AN_PARSER_LIBS})
|
||||
target_link_libraries(assetnameparser tinyxml2_static logvisor ${AN_PARSER_LIBS})
|
||||
|
|
Loading…
Reference in New Issue