Branching for 0.3.15 release after two days of no response from a certain sphere...
[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)