X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=062e4c20f81339166df092424da62d9f75940578;hp=f75c9f851f7ffb2b580324338ce3f95a85c52270;hb=1e49c97f30915ee057d2616ce50e437a19e2f16c;hpb=17cb85dd761e0a2d0b085162b4f250ed679cbb33 diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index f75c9f8..062e4c2 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -39,3 +39,7 @@ endif () if (DirectX_D3D8_FOUND) add_subdirectory (d3d8) endif () + +if (DirectX_D3D_FOUND) + add_subdirectory (d3d7) +endif ()