[ROSTESTS]
[reactos.git] / rostests / drivers / tcpip / CMakeLists.txt
1
2 include_directories(../../apitests/include)
3
4 list(APPEND SOURCE
5 InterfaceInfo.c
6 testlist.c)
7
8 add_executable(tcpip_drvtest ${SOURCE})
9 target_link_libraries(tcpip_drvtest wine)
10 set_module_type(tcpip_drvtest win32cui)
11 add_importlibs(tcpip_drvtest msvcrt kernel32 ntdll)
12 add_cd_file(TARGET tcpip_drvtest DESTINATION reactos/bin FOR all)