aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Hayes <jeremy@lunarg.com>2016-10-09 12:26:27 -0600
committerJeremy Hayes <jeremy@lunarg.com>2016-10-09 13:17:39 -0600
commit41f8f567c5919c20e9ac59d4cade4eca22596ced (patch)
tree03d8e8bf7da0bdbe5cd156b7578af6c7e0b84ad9
parent9ca525c426317cc1fc476f327637f1f083aabef7 (diff)
downloadusermoji-41f8f567c5919c20e9ac59d4cade4eca22596ced.tar.xz
demos: fix cube cmake
Change-Id: Ia7a79bee7353ac484e691916591c585643a8753d
-rw-r--r--demos/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 7b11061b..837d32d2 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -108,8 +108,8 @@ else()
endif()
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})
endif()
-target_link_libraries(cube ${LIBRARIES})
if(UNIX)
add_executable(cubepp cube.cpp ${CMAKE_BINARY_DIR}/demos/cube-vert.spv ${CMAKE_BINARY_DIR}/demos/cube-frag.spv)