From b3bfda8a2505f3bd95cb31d8af56c11f6d04deb3 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 18 Jun 2015 15:38:21 -0600 Subject: demos: Add missing spv dependency for cube --- demos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 27d21c0f..dc29c34c 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -113,7 +113,7 @@ else() set_target_properties(libpngd PROPERTIES IMPORTED_LOCATION ${PROJECT_SOURCE_DIR}/libs/${LIB_DIR}/libpngd.lib) add_library(zlibd STATIC IMPORTED) set_target_properties(zlibd PROPERTIES IMPORTED_LOCATION ${PROJECT_SOURCE_DIR}/libs/${LIB_DIR}/zlibd.lib) - add_executable(cube WIN32 cube.c) + add_executable(cube WIN32 cube.c ${CMAKE_BINARY_DIR}/demos/cube-vert.spv ${CMAKE_BINARY_DIR}/demos/cube-frag.spv) target_link_libraries(cube ${LIBRARIES} libpngd zlibd) endif() -- cgit v1.2.3