2 spec2def(devmgr.dll devmgr.spec ADD_IMPORTLIB)
4 set_cpp(WITH_RTTI WITH_RUNTIME)
6 include_directories(${REACTOS_SOURCE_DIR}/lib/atl)
13 properties/hwresource.c
17 devmgmt/DeviceNode.cpp
18 devmgmt/DeviceView.cpp
19 devmgmt/MainWindow.cpp
22 ${CMAKE_CURRENT_BINARY_DIR}/devmgr_stubs.c)
24 add_library(devmgr SHARED
27 ${CMAKE_CURRENT_BINARY_DIR}/devmgr.def)
29 set_module_type(devmgr win32dll UNICODE)
30 target_link_libraries(devmgr uuid atlnew wine)
31 add_importlibs(devmgr setupapi advapi32 newdev user32 gdi32 comctl32 version msvcrt kernel32 ole32 uxtheme ntdll)
32 add_cd_file(TARGET devmgr DESTINATION reactos/system32 FOR all)