]> git.cworth.org Git - apitrace/blob - helpers/CMakeLists.txt
d3dretrace: Use DirectXTex for d3d10 state too.
[apitrace] / helpers / CMakeLists.txt
1 ##############################################################################
2 # API helpers
3
4
5 if (WIN32)
6     add_library (d3dhelpers STATIC
7         d3dshader.cpp
8     )
9     set_target_properties (d3dhelpers PROPERTIES
10         # Ensure it can be statically linked in shared libraries
11         COMPILE_FLAGS "${CMAKE_SHARED_LIBRARY_CXX_FLAGS}"
12     )
13 endif ()