X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=98c41f5ce55b18d25e906e0e206887f22215f677;hp=179370948b714a967c1df95b2dc768dc11c8e4d3;hb=799a2cd3f002cb517b0c461ee0cb9feb31dc5761;hpb=13e2c906a5e6ece1cf9ba1ed23551b570d7180fd diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 1793709..98c41f5 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -15,6 +15,7 @@ function (ADD_APP_TEST) COMMAND python ${CMAKE_SOURCE_DIR}/app_driver.py --apitrace ${APITRACE_EXECUTABLE} + --apitrace-source ${APITRACE_SOURCE_DIR} --api ${api} --ref-dump ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_REF} -- @@ -30,3 +31,7 @@ endif () if (EGL_FOUND) add_subdirectory (egl) endif () + +if (DirectX_D3D9_FOUND) + add_subdirectory (d3d9) +endif ()