Sync up with trunk r61578.
[reactos.git] / dll / shellext / deskadp / CMakeLists.txt
1
2 spec2def(deskadp.dll deskadp.spec)
3
4 list(APPEND SOURCE
5 deskadp.c
6 shxiface.c
7 deskadp.rc
8 ${CMAKE_CURRENT_BINARY_DIR}/deskadp.def)
9
10 add_library(deskadp SHARED ${SOURCE})
11 set_module_type(deskadp win32dll UNICODE)
12 target_link_libraries(deskadp uuid)
13
14 add_importlibs(deskadp
15 user32
16 gdi32
17 comctl32
18 ole32
19 msvcrt
20 kernel32
21 ntdll)
22
23 add_pch(deskadp precomp.h)
24 add_cd_file(TARGET deskadp DESTINATION reactos/system32 FOR all)