X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wrappers%2FCMakeLists.txt;h=5e61ed392abc3c5ef5fa260042bbcc94c5344b6d;hb=41a6d89aa0156103f5217521fe582941782aad8e;hp=af9d91353dcacf54eeb096e50641dca7d5fd3e1f;hpb=a27e272aac56c7869fe9dc0444ae124abafe35ac;p=apitrace diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt index af9d913..5e61ed3 100644 --- a/wrappers/CMakeLists.txt +++ b/wrappers/CMakeLists.txt @@ -64,7 +64,7 @@ if (WIN32) ${CMAKE_SOURCE_DIR}/specs/winapi.py ${CMAKE_SOURCE_DIR}/specs/stdapi.py ) - add_library (d3d8trace MODULE d3d8.def d3d8trace.cpp d3dshader.cpp) + add_library (d3d8trace MODULE d3d8.def d3d8trace.cpp d3d9shader.cpp) target_link_libraries (d3d8trace common ${ZLIB_LIBRARIES} @@ -94,7 +94,7 @@ if (WIN32) ${CMAKE_SOURCE_DIR}/specs/winapi.py ${CMAKE_SOURCE_DIR}/specs/stdapi.py ) - add_library (d3d9trace MODULE d3d9.def d3d9trace.cpp d3dshader.cpp) + add_library (d3d9trace MODULE d3d9.def d3d9trace.cpp d3d9shader.cpp) target_link_libraries (d3d9trace common ${ZLIB_LIBRARIES}