mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
10ce523a2c
This is just an open sourced version of the tool provided by MS along with the driver. It will avoid users fighting with the CLI tool (that was doing the job though ;-)). Looks like that: https://twitter.com/HeisSpiter/status/1072482763348107264 Nota 1: it doesn't have an icon Nota 2: code may be ugly, I'm not a umode guy! ;-)
12 lines
338 B
CMake
12 lines
338 B
CMake
add_subdirectory(cmdutils)
|
|
add_subdirectory(devutils)
|
|
add_subdirectory(explorer-old)
|
|
add_subdirectory(fraginator)
|
|
add_subdirectory(imagesoft)
|
|
add_subdirectory(net)
|
|
add_subdirectory(notevil)
|
|
add_subdirectory(rosinternals)
|
|
add_subdirectory(screensavers)
|
|
add_subdirectory(sysutils)
|
|
add_subdirectory(vcdcontroltool)
|
|
add_subdirectory(winfile)
|