mirror of https://github.com/AxioDL/tinyxml2.git
rm xmltest.h from installed headers
This commit is contained in:
parent
0a68d002b5
commit
73c5370d0c
|
@ -59,6 +59,6 @@ ELSE(BUILD_STATIC_LIBS)
|
|||
INSTALL(TARGETS tinyxml2
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
ENDIF(BUILD_STATIC_LIBS)
|
||||
INSTALL(FILES tinyxml2.h xmltest.h DESTINATION include)
|
||||
INSTALL(FILES tinyxml2.h DESTINATION include)
|
||||
|
||||
#add_test(test ${SAMPLE_NAME} COMMAND $<TARGET_FILE:${SAMPLE_NAME}>)
|
||||
|
|
Loading…
Reference in New Issue