[COMCTL32] -Differentiate between v5 and v6 toolbar and make their CCM_SETVERSION...
[reactos.git] / rostests / drivers / tcpip / CMakeLists.txt
1
2 include_directories(../../apitests/include)
3
4 list(APPEND SOURCE
5 InterfaceInfo.c
6 tcp_info.c
7 testlist.c)
8
9 add_executable(tcpip_drvtest ${SOURCE})
10 target_link_libraries(tcpip_drvtest wine)
11 set_module_type(tcpip_drvtest win32cui)
12 add_importlibs(tcpip_drvtest msvcrt kernel32 ntdll)
13 add_rostests_file(TARGET tcpip_drvtest)