Partial merge of the condrv_restructure branch, including:
[reactos.git] / rosapps / applications / notevil / CMakeLists.txt
1
2 add_executable(notevil notevil.c notevil.rc)
3 set_module_type(notevil win32cui UNICODE)
4 add_importlibs(notevil user32 msvcrt kernel32)
5 add_cd_file(TARGET notevil DESTINATION reactos/system32 FOR all)