mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
13 lines
331 B
CMake
13 lines
331 B
CMake
|
|
include_directories(../../apitests/include)
|
|
|
|
list(APPEND SOURCE
|
|
InterfaceInfo.c
|
|
tcp_info.c
|
|
testlist.c)
|
|
|
|
add_executable(tcpip_drvtest ${SOURCE})
|
|
target_link_libraries(tcpip_drvtest wine)
|
|
set_module_type(tcpip_drvtest win32cui)
|
|
add_importlibs(tcpip_drvtest msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET tcpip_drvtest)
|