Explorar el Código

Install SVG data files

Michael Ragazzon hace 4 años
padre
commit
4ad24fdbbd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      CMakeLists.txt

+ 5 - 0
CMakeLists.txt

@@ -876,6 +876,11 @@ if(BUILD_SAMPLES)
 				DESTINATION ${SAMPLES_DIR}/basic/lottie
 		)
 	endif()
+	if(TARGET svg)
+		install(DIRECTORY ${PROJECT_SOURCE_DIR}/Samples/basic/svg/data
+				DESTINATION ${SAMPLES_DIR}/basic/svg
+		)
+	endif()
 
 	if(BUILD_LUA_BINDINGS)
 		install(DIRECTORY ${PROJECT_SOURCE_DIR}/Samples/luainvaders/data