diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-06-18 15:38:21 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-06-18 15:43:46 -0600 |
| commit | b3bfda8a2505f3bd95cb31d8af56c11f6d04deb3 (patch) | |
| tree | 14317c485961264a5468af77f4462ed65bd3e496 | |
| parent | cd23f52c29934c651711ca88d78955412d8be655 (diff) | |
| download | usermoji-b3bfda8a2505f3bd95cb31d8af56c11f6d04deb3.tar.xz | |
demos: Add missing spv dependency for cube
| -rw-r--r-- | demos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
