* Sync the recent cmake branch changes.
[reactos.git] / base / applications / cmdutils / find / CMakeLists.txt
1 add_definitions(-D_DLL -D__USE_CRTIMP)
2
3 add_executable(find find.c find.rc)
4
5 set_module_type(find win32cui)
6 add_importlibs(find user32 msvcrt kernel32)
7 add_cd_file(TARGET find DESTINATION reactos/system32 FOR all)