[CMAKE]
[reactos.git] / reactos / base / applications / findstr / CMakeLists.txt
1
2 add_definitions(-D_DLL -D__USE_CRTIMP)
3
4 add_executable(findstr
5 findstr.c
6 findstr.rc)
7
8 set_module_type(findstr win32cui)
9 add_importlibs(findstr user32 msvcrt kernel32)
10 add_cd_file(TARGET findstr DESTINATION reactos/system32 FOR all)