rm xmltest.h from installed headers

This commit is contained in:
hasufell 2012-05-05 00:32:02 +02:00
parent 0a68d002b5
commit 73c5370d0c
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ ELSE(BUILD_STATIC_LIBS)
INSTALL(TARGETS tinyxml2 INSTALL(TARGETS tinyxml2
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
ENDIF(BUILD_STATIC_LIBS) 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}>) #add_test(test ${SAMPLE_NAME} COMMAND $<TARGET_FILE:${SAMPLE_NAME}>)