reactos/dll/3rdparty/dxtn/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +00:00

14 lines
262 B
CMake

spec2def(dxtn.dll dxtn.spec)
add_library(dxtn SHARED
fxt1.c
dxtn.c
wrapper.c
texstore.c
${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
set_entrypoint(dxtn 0)
add_importlibs(dxtn msvcrt)
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)