]> git.cworth.org Git - apitrace/blob - CMakeLists.txt
53a639fc566c2ef2feca6c2d1e19ea5711fc402c
[apitrace] / 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 ()