demos: Add LunarG logo texture file.
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 29 Oct 2014 22:25:34 +0000 (16:25 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 21:29:20 +0000 (15:29 -0600)
demos/CMakeLists.txt
demos/lunarg-logo-256x256-solid.png [new file with mode: 0644]

index 748b5e8..4da7c84 100644 (file)
@@ -9,6 +9,10 @@ if(NOT EXISTS /usr/include/png.h)
     message(FATAL_ERROR "Necessary png12-dev headers cannot be found: sudo apt-get install png12-dev")
 endif()
 
+file(GLOB TEXTURES
+  "${PROJECT_SOURCE_DIR}/demos/*.png"
+  )
+file(COPY ${TEXTURES} DESTINATION ${CMAKE_BINARY_DIR}/demos)
 
 include_directories (
    ${XCB_INCLUDE_DIRS}
diff --git a/demos/lunarg-logo-256x256-solid.png b/demos/lunarg-logo-256x256-solid.png
new file mode 100644 (file)
index 0000000..9c10242
Binary files /dev/null and b/demos/lunarg-logo-256x256-solid.png differ