Commit 75753f9f by Nicolas Capens Committed by Nicolas Capens

Fix CMake Subzero build.

Bug swiftshader:116 Change-Id: I93208ea733cfe69474477ad2e00e52c8e86d1e25 Reviewed-on: https://swiftshader-review.googlesource.com/c/21268Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 60be5c45
...@@ -1682,6 +1682,11 @@ if(${REACTOR_BACKEND} STREQUAL "Subzero") ...@@ -1682,6 +1682,11 @@ if(${REACTOR_BACKEND} STREQUAL "Subzero")
${SUBZERO_DIR}/src/IceVariableSplitting.cpp ${SUBZERO_DIR}/src/IceVariableSplitting.cpp
) )
# FIXME: Shouldn't depend on external source files directly.
list(APPEND SUBZERO_LIST
${SOURCE_DIR}/Common/Memory.cpp
)
if(ARCH STREQUAL "x86_64") if(ARCH STREQUAL "x86_64")
list(APPEND SUBZERO_LIST list(APPEND SUBZERO_LIST
${SUBZERO_DIR}/src/IceTargetLoweringX86.cpp ${SUBZERO_DIR}/src/IceTargetLoweringX86.cpp
...@@ -1773,7 +1778,6 @@ set(VULKAN_INCLUDE_DIR ...@@ -1773,7 +1778,6 @@ set(VULKAN_INCLUDE_DIR
${COMMON_INCLUDE_DIR} ${COMMON_INCLUDE_DIR}
) )
########################################################### ###########################################################
# File Lists # File Lists
########################################################### ###########################################################
......
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