2014-01-18 04:11:59 +00:00
|
|
|
add_subdirectory(OGL)
|
2014-02-03 13:02:17 +00:00
|
|
|
add_subdirectory(Null)
|
2013-09-11 03:12:54 +00:00
|
|
|
add_subdirectory(Software)
|
2017-01-20 22:00:55 +00:00
|
|
|
|
|
|
|
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|
|
|
add_subdirectory(D3D)
|
|
|
|
add_subdirectory(D3D12)
|
|
|
|
endif()
|
|
|
|
|
2016-10-06 23:47:03 +00:00
|
|
|
if(NOT APPLE)
|
2017-01-20 22:00:55 +00:00
|
|
|
add_subdirectory(Vulkan)
|
2016-10-06 23:47:03 +00:00
|
|
|
endif()
|