X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fd3d10_1%2FCMakeLists.txt;h=ccd3dbc5c8f46a75988d1a46105454b6682660a8;hb=0ba9c4e22bc917a666b8762b734884e72c142ccf;hp=2f4355c55285f835130fb624a4b147ebf6f5a642;hpb=570163bfc3c84b6b553610c888c1f75657ed6ca9;p=apitrace-tests diff --git a/apps/d3d10_1/CMakeLists.txt b/apps/d3d10_1/CMakeLists.txt index 2f4355c..ccd3dbc 100644 --- a/apps/d3d10_1/CMakeLists.txt +++ b/apps/d3d10_1/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories ( ) link_libraries ( + ${DirectX_DXGI_LIBRARY} ${DirectX_D3D10_1_LIBRARY} ) @@ -11,6 +12,7 @@ set (api d3d10_1) set (targets tri + tri_level_9_1 ) foreach (target ${targets})