sync with trunk r49322
[reactos.git] / dll / shellext / fontext / CMakeLists.txt
1
2 set_unicode()
3
4 spec2def(fontext ${CMAKE_CURRENT_SOURCE_DIR}/fontext.spec ${CMAKE_CURRENT_BINARY_DIR}/fontext.def)
5
6 add_library(fontext SHARED
7 fontext.c
8 regsvr.c
9 fontext.rc)
10
11 set_module_type(fontext win32dll)
12
13 target_link_libraries(fontext ${CMAKE_CURRENT_BINARY_DIR}/fontext.def uuid)
14
15 add_importlibs(fontext
16 user32
17 gdi32
18 ole32
19 shlwapi
20 lz32
21 advapi32
22 setupapi
23 kernel32
24 ntdll)
25
26 add_dependencies(fontext fontext_def)
27 add_livecd_target(fontext reactos/system32)