X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=6412f68fca0ee8d942d3b70fb4ea78ff4976a9f0;hp=b6225050ba59c6bb9695973492136fe5f506c7ed;hb=398f7b9536d5a7fbc4236088d59407d79830d428;hpb=1865e971eb6f6ebbf43a0d21bc8486f2476d1e71 diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index b622505..6412f68 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -32,6 +32,10 @@ if (EGL_FOUND) add_subdirectory (egl) endif () +if (DirectX_FXC_EXECUTABLE) + add_subdirectory (hlsl) +endif () + if (DirectX_D3D11_FOUND) add_subdirectory (d3d11) endif ()