reactos/modules/rosapps/applications/cmdutils/CMakeLists.txt
Pierre Schweitzer 581f32b8c2
[VCDCLI] Implement a tool that allows managing vcdrom class driver.
It allows you managing virtual drives, mounting images, ejecting images, and so on.

It will load the driver when required.

It's less features complete that the MS GUI implementation.
I'll implement them later on, it can be quickly done.
What's missing: UDF/Joliet suppr and persistent mounts
2017-12-03 18:17:57 +01:00

11 lines
246 B
CMake

add_subdirectory(appwiz)
add_subdirectory(arping)
add_subdirectory(cat)
add_subdirectory(gflags)
add_subdirectory(tee)
add_subdirectory(touch)
add_subdirectory(uptime)
add_subdirectory(vcdcli)
add_subdirectory(winspool_print)
add_subdirectory(y)