X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2FCMakeLists.txt;h=b271727458bb2d6db722c045eaee1eb193dbe4c5;hb=940cdb8b143455fe2fc002ffd50f5e2ffcaf1260;hp=c6a364f30f42f66a6fdb92f7eda432dff52fef65;hpb=9db16b3989481f8d6dfc8932d760fcc16217ecbd;p=apitrace diff --git a/retrace/CMakeLists.txt b/retrace/CMakeLists.txt index c6a364f..b271727 100644 --- a/retrace/CMakeLists.txt +++ b/retrace/CMakeLists.txt @@ -136,6 +136,10 @@ if (WIN32) if (DirectX_D3D8_INCLUDE_DIR) include_directories (BEFORE SYSTEM ${DirectX_D3D8_INCLUDE_DIR}) set (HAVE_D3D8 1) + set (D3DSTATE_SOURCES ${D3DSTATE_SOURCES} + d3d8state.cpp + d3d8state_images.cpp + ) else () set (HAVE_D3D8 0) endif ()