mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
A couple more DX / OpenCL changes for AMD
This commit is contained in:
parent
0d0f6210ac
commit
421e60f8c5
@ -355,6 +355,10 @@ if (OPENGL_FOUND AND NOT IOS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (WIN32 AND NOT NO_DX)
|
||||
find_package(DXSDK)
|
||||
endif()
|
||||
|
||||
if (NOT NO_MAYA)
|
||||
find_package(Maya 201200)
|
||||
endif()
|
||||
|
@ -41,6 +41,10 @@ include_directories(
|
||||
"${PTEX_INCLUDE_DIR}"
|
||||
)
|
||||
|
||||
if (OPENCL_FOUND)
|
||||
include_directories("${OPENCL_INCLUDE_DIRS}")
|
||||
endif()
|
||||
|
||||
set(SOURCE_FILES
|
||||
dxPtexViewer.cpp
|
||||
)
|
||||
|
@ -39,6 +39,10 @@ include_directories(
|
||||
"${DXSDK_INCLUDE_DIR}"
|
||||
)
|
||||
|
||||
if (OPENCL_FOUND)
|
||||
include_directories("${OPENCL_INCLUDE_DIRS}")
|
||||
endif()
|
||||
|
||||
set(SOURCE_FILES
|
||||
dxViewer.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user