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