Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / dll / win32 / twain_32 / CMakeLists.txt
1
2 spec2def(twain_32.dll twain_32.spec)
3
4 list(APPEND SOURCE
5 capability.c
6 ds_audio.c
7 ds_ctrl.c
8 ds_image.c
9 dsm_ctrl.c
10 twain32_main.c
11 twain_32.rc
12 ${CMAKE_CURRENT_BINARY_DIR}/twain_32.def)
13
14 add_library(twain_32 SHARED ${SOURCE})
15
16 set_module_type(twain_32 win32dll)
17 target_link_libraries(twain_32 wine)
18 add_importlibs(twain_32 msvcrt kernel32 ntdll)
19 add_cd_file(TARGET twain_32 DESTINATION reactos/system32 FOR all)