9 ${REACTOS_SOURCE_DIR}/include/c++)
12 comctl32ex/listviewfuncs.c
23 list(APPEND CPP_SOURCE
28 add_rc_deps(msconfig.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/msconfig.ico)
29 add_executable(msconfig_new ${C_SOURCE} ${CPP_SOURCE} msconfig.rc)
30 add_pch(msconfig_new precomp.h CPP_SOURCE)
31 set_module_type(msconfig_new win32gui UNICODE)
32 target_link_libraries(msconfig_new comsupp)
33 add_importlibs(msconfig_new user32 advapi32 version comctl32 ole32 oleaut32 msxml3 shell32 shlwapi msvcrt kernel32)
34 add_cd_file(TARGET msconfig_new DESTINATION reactos/system32 FOR all)