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