mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
de917295f6
svn path=/trunk/; revision=69154
5 lines
209 B
CMake
5 lines
209 B
CMake
|
|
add_executable(pefile_apitest ntoskrnl.c testlist.c)
|
|
set_module_type(pefile_apitest win32cui)
|
|
add_importlibs(pefile_apitest msvcrt kernel32)
|
|
add_cd_file(TARGET pefile_apitest DESTINATION reactos/bin FOR all)
|