xref: /reactos/dll/3rdparty/dxtn/CMakeLists.txt (revision 3c774903)
1
2spec2def(dxtn.dll dxtn.spec)
3
4add_library(dxtn SHARED
5    txc_compress_dxtn.c
6    txc_fetch_dxtn.c
7    ${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
8
9set_module_type(dxtn win32dll ENTRYPOINT 0)
10add_importlibs(dxtn msvcrt kernel32)
11add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)
12