Ver Fonte

rm xmltest.h from installed headers

hasufell há 14 anos atrás
pai
commit
73c5370d0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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}>)