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