mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
9 lines
133 B
Text
9 lines
133 B
Text
|
add_executable(find
|
||
|
find.c
|
||
|
find.rc)
|
||
|
|
||
|
set_module_type(find win32cui)
|
||
|
|
||
|
set_unicode(find no)
|
||
|
|
||
|
add_importlibs(find user32 msvcrt)
|