mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
5f77d25a52
- Add a test tool for SHIM engine caching to rosapps. Patch by Mark Jansen CORE-9914 svn path=/trunk/; revision=69020
6 lines
181 B
CMake
6 lines
181 B
CMake
|
|
add_executable(shimdbg shimdbg.c)
|
|
|
|
set_module_type(shimdbg win32cui)
|
|
add_importlibs(shimdbg ntdll msvcrt kernel32)
|
|
add_cd_file(TARGET shimdbg DESTINATION reactos/system32 FOR all)
|