X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fd3d10_1%2FCMakeLists.txt;h=ccd3dbc5c8f46a75988d1a46105454b6682660a8;hp=2f4355c55285f835130fb624a4b147ebf6f5a642;hb=716cd83ce5cc7bd696451ff60c52d4e7443e168a;hpb=570163bfc3c84b6b553610c888c1f75657ed6ca9 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})