mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
7662858670
This will help reducing the number of handles open. CORE-13759
6 lines
276 B
CMake
6 lines
276 B
CMake
|
|
add_executable(autochk WIN32 autochk.c autochk.rc)
|
|
set_module_type(autochk nativecui)
|
|
target_link_libraries(autochk nt ext2lib vfatlib ntfslib cdfslib ffslib reiserfslib btrfslib)
|
|
add_importlibs(autochk ntdll)
|
|
add_cd_file(TARGET autochk DESTINATION reactos/system32 FOR all)
|