11 lines
155 B
CMake
11 lines
155 B
CMake
|
|
add_library(Plugin_CMP_EncodeGPU INTERFACE)
|
|
|
|
if (OPTION_CMP_DIRECTX)
|
|
add_subdirectory(directx)
|
|
endif()
|
|
|
|
add_subdirectory(opencl)
|
|
|
|
add_subdirectory(gpuhw)
|