mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
f4b7087a0e
Preparation for advpack!DelNodeA/W functions implementation. CORE-13275, ROSTESTS-276
11 lines
295 B
CMake
11 lines
295 B
CMake
|
|
list(APPEND SOURCE
|
|
DelNode.c
|
|
testlist.c)
|
|
|
|
add_executable(advpack_apitest ${SOURCE})
|
|
target_link_libraries(advpack_apitest wine ${PSEH_LIB})
|
|
set_module_type(advpack_apitest win32cui)
|
|
add_importlibs(advpack_apitest advpack msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET advpack_apitest)
|