Sync with trunk r62754.
[reactos.git] / dll / 3rdparty / dxtn / CMakeLists.txt
1
2 spec2def(dxtn.dll dxtn.spec)
3
4 add_library(dxtn SHARED
5 fxt1.c
6 dxtn.c
7 wrapper.c
8 texstore.c
9 ${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
10
11 set_entrypoint(dxtn 0)
12
13 add_importlibs(dxtn msvcrt)
14
15 add_dependencies(dxtn psdk)
16
17 add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)