Sync with trunk r62754.
[reactos.git] / dll / cpl / telephon / CMakeLists.txt
1
2 spec2def(telephon.cpl telephon.spec)
3 add_library(telephon SHARED telephon.c telephon.rc ${CMAKE_CURRENT_BINARY_DIR}/telephon.def)
4 set_module_type(telephon cpl UNICODE)
5 target_link_libraries(telephon uuid)
6
7 add_importlibs(telephon
8 advapi32
9 user32
10 comctl32
11 ole32
12 shell32
13 msvcrt
14 kernel32)
15
16 add_cd_file(TARGET telephon DESTINATION reactos/system32 FOR all)