Synchronize up to trunk's revision r57784.
[reactos.git] / dll / win32 / batt / CMakeLists.txt
1
2 spec2def(batt.dll batt.spec)
3
4 set_rc_compiler()
5
6 add_library(batt SHARED
7 batt.c
8 batt.rc
9 ${CMAKE_CURRENT_BINARY_DIR}/batt.def)
10
11 set_module_type(batt win32dll UNICODE)
12
13
14
15 add_importlibs(batt msvcrt kernel32 ntdll)
16
17 add_cd_file(TARGET batt DESTINATION reactos/system32 FOR all)