X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fd3d10_1%2FCMakeLists.txt;h=ccd3dbc5c8f46a75988d1a46105454b6682660a8;hb=0ba9c4e22bc917a666b8762b734884e72c142ccf;hp=b290117de6b5baf6edd559b052a4836bb4d50858;hpb=eda15ce2928c7ea9560d078581b7321b37b763cc;p=apitrace-tests diff --git a/apps/d3d10_1/CMakeLists.txt b/apps/d3d10_1/CMakeLists.txt index b290117..ccd3dbc 100644 --- a/apps/d3d10_1/CMakeLists.txt +++ b/apps/d3d10_1/CMakeLists.txt @@ -1,10 +1,10 @@ include_directories ( - ${CMAKE_CURRENT_SOURCE_DIR}/../hlsl - ${APITRACE_SOURCE_DIR}/dispatch + ${CMAKE_CURRENT_SOURCE_DIR}/../d3dcommon ${DirectX_D3D10_1_INCLUDE_DIR} ) link_libraries ( + ${DirectX_DXGI_LIBRARY} ${DirectX_D3D10_1_LIBRARY} ) @@ -12,6 +12,7 @@ set (api d3d10_1) set (targets tri + tri_level_9_1 ) foreach (target ${targets})