Sync to trunk r65566.
[reactos.git] / base / applications / network / wlanconf / CMakeLists.txt
1
2 include_directories(
3 BEFORE include
4 ${REACTOS_SOURCE_DIR}/include/reactos/drivers/ndisuio)
5
6 add_executable(wlanconf wlanconf.c wlanconf.rc)
7 set_module_type(wlanconf win32cui UNICODE)
8 add_importlibs(wlanconf msvcrt user32 iphlpapi kernel32)
9 add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)