xref: /reactos/dll/win32/winfax/CMakeLists.txt (revision 845faec4)
1
2spec2def(winfax.dll winfax.spec)
3
4list(APPEND SOURCE
5    winfax.c
6    winfax.rc
7    ${CMAKE_CURRENT_BINARY_DIR}/winfax.def)
8
9add_library(winfax SHARED ${SOURCE})
10set_module_type(winfax win32dll)
11add_importlibs(winfax msvcrt kernel32 ntdll)
12add_cd_file(TARGET winfax DESTINATION reactos/system32 FOR all)
13