mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
4 lines
111 B
CMake
4 lines
111 B
CMake
|
add_executable(ntfs_test ntfs.c)
|
||
|
set_module_type(ntfs_test win32cui)
|
||
|
add_importlibs(ntfs_test msvcrt kernel32)
|