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