X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=6f38fdd74759f763d69ab5725a690f349525d128;hp=6412f68fca0ee8d942d3b70fb4ea78ff4976a9f0;hb=7aa463806c4e6616699c8f742cc8204b4d129b0a;hpb=398f7b9536d5a7fbc4236088d59407d79830d428 diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 6412f68..6f38fdd 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -33,13 +33,21 @@ if (EGL_FOUND) endif () if (DirectX_FXC_EXECUTABLE) - add_subdirectory (hlsl) + add_subdirectory (d3dcommon) +endif () + +if (DirectX_D3D11_1_FOUND) + add_subdirectory (d3d11_1) endif () if (DirectX_D3D11_FOUND) add_subdirectory (d3d11) endif () +if (DirectX_D3D10_1_FOUND) + add_subdirectory (d3d10_1) +endif () + if (DirectX_D3D10_FOUND) add_subdirectory (d3d10) endif ()