Sync with trunk r62754.
[reactos.git] / dll / win32 / batt / CMakeLists.txt
1
2 spec2def(batt.dll batt.spec)
3
4 add_library(batt SHARED
5 batt.c
6 batt.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/batt.def)
8
9 set_module_type(batt win32dll UNICODE)
10 add_importlibs(batt msvcrt kernel32 ntdll)
11 add_cd_file(TARGET batt DESTINATION reactos/system32 FOR all)