X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=b824e2ba523d51206a06f7a2ed3f5dfe393b3b3c;hp=062e4c20f81339166df092424da62d9f75940578;hb=a3ccf852524ab7eac72236aaecd6c5ba67459f70;hpb=1e49c97f30915ee057d2616ce50e437a19e2f16c diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 062e4c2..b824e2b 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -32,6 +32,10 @@ if (EGL_FOUND) add_subdirectory (egl) endif () +if (DirectX_D3D10_FOUND) + add_subdirectory (d3d10) +endif () + if (DirectX_D3D9_FOUND) add_subdirectory (d3d9) endif ()