mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 21:08:28 +00:00

Add notevil, ctm, kill and tlist to build. Patch by Hermes Belusca. Bug 7150. svn path=/trunk/; revision=56812
5 lines
192 B
CMake
5 lines
192 B
CMake
|
|
add_executable(notevil notevil.c notevil.rc)
|
|
set_module_type(notevil win32cui)
|
|
add_importlibs(notevil user32 msvcrt kernel32)
|
|
add_cd_file(TARGET notevil DESTINATION reactos/system32 FOR all)
|