mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
8 lines
265 B
CMake
8 lines
265 B
CMake
|
|
add_executable(tree tree.c tree.rc)
|
|
set_module_type(tree win32cui UNICODE)
|
|
target_link_libraries(tree conutils)
|
|
add_importlibs(tree msvcrt kernel32)
|
|
set_target_properties(tree PROPERTIES SUFFIX ".com")
|
|
add_cd_file(TARGET tree DESTINATION reactos/system32 FOR all)
|