Create a branch for console restructuration work.
[reactos.git] / base / applications / cmdutils / doskey / CMakeLists.txt
1
2 add_executable(doskey doskey.c doskey.rc)
3 set_module_type(doskey win32cui UNICODE)
4 add_importlibs(doskey user32 msvcrt kernel32)
5 add_cd_file(TARGET doskey DESTINATION reactos/system32 FOR all)