Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / dll / cpl / access / CMakeLists.txt
1
2 spec2def(access.cpl access.spec)
3
4 add_library(access SHARED
5 access.c
6 display.c
7 general.c
8 keyboard.c
9 mouse.c
10 sound.c
11 access.rc
12 ${CMAKE_CURRENT_BINARY_DIR}/access.def)
13
14 set_module_type(access cpl UNICODE)
15 add_importlibs(access user32 gdi32 advapi32 comctl32 msvcrt kernel32)
16 add_pch(access access.h)
17 add_cd_file(TARGET access DESTINATION reactos/system32 FOR all)