Create the AHCI branch for Aman's work
[reactos.git] / base / applications / cmdutils / tree / CMakeLists.txt
1
2 add_executable(tree tree.c tree.rc)
3 set_module_type(tree win32cui UNICODE)
4 set_target_properties(tree PROPERTIES SUFFIX ".com")
5 add_importlibs(tree user32 msvcrt kernel32)
6 add_cd_file(TARGET tree DESTINATION reactos/system32 FOR all)