Commit c730c384 by Chris Forbes

Fix cmake-based build

Change-Id: I45349cd6530814efa0c466beb0df7d53b4e17948 Reviewed-on: https://swiftshader-review.googlesource.com/c/23008Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarChris Forbes <chrisforbes@google.com>
parent bd49ad09
...@@ -1979,6 +1979,8 @@ file(GLOB_RECURSE VULKAN_LIST ...@@ -1979,6 +1979,8 @@ file(GLOB_RECURSE VULKAN_LIST
${VULKAN_DIR}/*.hpp ${VULKAN_DIR}/*.hpp
${SOURCE_DIR}/System/Memory.cpp ${SOURCE_DIR}/System/Memory.cpp
${SOURCE_DIR}/System/Memory.hpp ${SOURCE_DIR}/System/Memory.hpp
${SOURCE_DIR}/System/Debug.cpp
${SOURCE_DIR}/System/Debug.hpp
${CMAKE_CURRENT_SOURCE_DIR}/include/vulkan/*.h} ${CMAKE_CURRENT_SOURCE_DIR}/include/vulkan/*.h}
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment