a17a11544f2928de0d62ad669631e195e334d352
[reactos.git] / dll / directx / d3d8thk / CMakeLists.txt
1
2 spec2def(d3d8thk.dll d3d8thk.spec)
3
4 add_library(d3d8thk SHARED
5 d3d8thk.rc
6 ${CMAKE_CURRENT_BINARY_DIR}/d3d8thk.def)
7
8 set_entrypoint(d3d8thk 0)
9 add_importlibs(d3d8thk gdi32)
10 add_dependencies(d3d8thk psdk)
11 add_cd_file(TARGET d3d8thk DESTINATION reactos/system32 FOR all)