1
2include_directories(
3    BEFORE include
4    ${REACTOS_SOURCE_DIR}/sdk/include/reactos/drivers/ndisuio)
5
6include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
7
8add_executable(wlanconf wlanconf.c wlanconf.rc)
9set_module_type(wlanconf win32cui UNICODE)
10target_link_libraries(wlanconf conutils ${PSEH_LIB})
11add_importlibs(wlanconf msvcrt iphlpapi kernel32)
12add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)
13