reactos/rosapps/applications/cmdutils/rosvboxmgmt/CMakeLists.txt
Pierre Schweitzer ca9c5c56a5 [ROSVBOXMGMT]
Add the "rosvboxmgmt" tool.
It's purpose is to allow to interact with the VBoxSF driver as we don't have working MPR yet.

In order to have UNC path available, all you need to do so far is rosvboxmgmt start. All the rest isn't mandatory.

svn path=/trunk/; revision=68778
2015-08-21 08:03:13 +00:00

5 lines
211 B
CMake

add_executable(rosvboxmgmt rosvboxmgmt.c rosvboxmgmt.rc)
set_module_type(rosvboxmgmt win32cui UNICODE)
add_importlibs(rosvboxmgmt msvcrt kernel32)
add_cd_file(TARGET rosvboxmgmt DESTINATION reactos/bin FOR all)