X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=f75c9f851f7ffb2b580324338ce3f95a85c52270;hp=98c41f5ce55b18d25e906e0e206887f22215f677;hb=17cb85dd761e0a2d0b085162b4f250ed679cbb33;hpb=799a2cd3f002cb517b0c461ee0cb9feb31dc5761;ds=sidebyside diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 98c41f5..f75c9f8 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -35,3 +35,7 @@ endif () if (DirectX_D3D9_FOUND) add_subdirectory (d3d9) endif () + +if (DirectX_D3D8_FOUND) + add_subdirectory (d3d8) +endif ()