Sync with trunk r58687.
[reactos.git] / dll / shellext / fontext / CMakeLists.txt
1
2 spec2def(fontext.dll fontext.spec)
3
4 add_library(fontext SHARED
5 fontext.c
6 regsvr.c
7 fontext.rc
8 ${CMAKE_CURRENT_BINARY_DIR}/fontext.def)
9
10 set_module_type(fontext win32dll UNICODE)
11 target_link_libraries(fontext uuid)
12
13 add_importlibs(fontext
14 user32
15 gdi32
16 ole32
17 shlwapi
18 lz32
19 advapi32
20 setupapi
21 msvcrt
22 kernel32
23 ntdll)
24
25 add_pch(fontext fontext.h)
26 add_cd_file(TARGET fontext DESTINATION reactos/system32 FOR all)