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