* Sync up to trunk head (r64829).
[reactos.git] / dll / shellext / fontext / CMakeLists.txt
1
2 spec2def(fontext.dll fontext.spec)
3
4 list(APPEND SOURCE
5 fontext.c
6 regsvr.c
7 fontext.h)
8
9 add_library(fontext SHARED
10 ${SOURCE}
11 fontext.rc
12 ${CMAKE_CURRENT_BINARY_DIR}/fontext.def)
13
14 set_module_type(fontext win32dll UNICODE)
15 target_link_libraries(fontext uuid)
16 add_importlibs(fontext user32 gdi32 ole32 shlwapi lz32 advapi32 setupapi msvcrt kernel32 ntdll)
17 add_pch(fontext fontext.h SOURCE)
18 add_cd_file(TARGET fontext DESTINATION reactos/system32 FOR all)