X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=7218458c481dc1c0475e16773ceecf60ae40bce8;hp=b824e2ba523d51206a06f7a2ed3f5dfe393b3b3c;hb=009c029e5360c8ae668b21caffeb275639ede8a7;hpb=e3171a80329d21614fb50990c56621b968ece117 diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index b824e2b..7218458 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -32,6 +32,10 @@ if (EGL_FOUND) add_subdirectory (egl) endif () +if (DirectX_D3D11_FOUND) + add_subdirectory (d3d11) +endif () + if (DirectX_D3D10_FOUND) add_subdirectory (d3d10) endif ()