reactos/modules/rosapps/applications/CMakeLists.txt
Pierre Schweitzer 10ce523a2c
[VCDCONTROLTOOL] Add a GUI app to manage virtual CD-ROM devices
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! ;-)
2018-12-11 15:04:10 +01:00

13 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)