mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
6 lines
183 B
CMake
6 lines
183 B
CMake
|
|
add_executable(pefile_apitest ntoskrnl.c testlist.c)
|
|
set_module_type(pefile_apitest win32cui)
|
|
add_importlibs(pefile_apitest msvcrt kernel32)
|
|
add_rostests_file(TARGET pefile_apitest)
|