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