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)
|
2016-10-06 23:47:03 +00:00
|
|
|
if(NOT APPLE)
|
2016-08-13 12:57:50 +00:00
|
|
|
add_subdirectory(Vulkan)
|
2016-10-06 23:47:03 +00:00
|
|
|
endif()
|
2013-09-11 03:12:54 +00:00
|
|
|
# TODO: Add other backends here!
|