mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
cc7cf82673
CORE-17097
9 lines
250 B
CMake
9 lines
250 B
CMake
|
|
project(appcompat)
|
|
|
|
add_executable(shimtest_ros shimtest_ros.c shimtest_ros.rc)
|
|
|
|
set_module_type(shimtest_ros win32cui)
|
|
add_importlibs(shimtest_ros shlwapi msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET shimtest_ros DESTINATION reactos/system32 FOR all)
|