aboutsummaryrefslogtreecommitdiff
path: root/cube/macOS/cubepp/cubepp.cmake
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-05-29 13:09:22 -0600
committerKarl Schultz <karl@lunarg.com>2018-05-30 17:09:07 -0600
commitb7940409945face40657080b6074fc5588a0c0ad (patch)
treebf3f09afc62a76f2c2004bbba25de8e3bfb80a4c /cube/macOS/cubepp/cubepp.cmake
parent1956ee7fb6b2902c16d118a8f579a10ac083a963 (diff)
downloadusermoji-b7940409945face40657080b6074fc5588a0c0ad.tar.xz
build: Add cube(pp) to install target
- Modify cube and cubepp to obtain the texture image data from an include file instead of reading a PPM file at runtime. (This is the way it works for Android) This removes the need to install an image file or otherwise make an image file available in a repo build. - Add cube and cubepp to the install target. Note: The file handling code is left in place to make it easy to add a "-texture_file <file>" option so a user can pass in a texture file. Fixes #5
Diffstat (limited to 'cube/macOS/cubepp/cubepp.cmake')
-rw-r--r--cube/macOS/cubepp/cubepp.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cube/macOS/cubepp/cubepp.cmake b/cube/macOS/cubepp/cubepp.cmake
index e61736ef..754f5245 100644
--- a/cube/macOS/cubepp/cubepp.cmake
+++ b/cube/macOS/cubepp/cubepp.cmake
@@ -10,7 +10,6 @@ set(cubepp_HDRS
${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/DemoViewController.h
)
set(cubepp_RESOURCES
- ${CMAKE_CURRENT_SOURCE_DIR}/lunarg.ppm
${CMAKE_BINARY_DIR}/staging-json/MoltenVK_icd.json
${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/Resources/LunarGIcon.icns
)