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