Replace our dxtn.dll by a version based on the libtxc_dxtn source code (#203)
[reactos.git] / dll / 3rdparty / dxtn / CMakeLists.txt
1
2 spec2def(dxtn.dll dxtn.spec)
3
4 add_library(dxtn SHARED
5 txc_compress_dxtn.c
6 txc_fetch_dxtn.c
7 ${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
8
9 set_entrypoint(dxtn 0)
10 add_importlibs(dxtn msvcrt)
11 add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)