[WLANCONF]: Addendum to r73024.

svn path=/trunk/; revision=73026
This commit is contained in:
Hermès Bélusca-Maïto 2016-10-22 22:15:10 +00:00
parent 6f5d03b414
commit 00a8b0a3c8

View file

@ -7,6 +7,6 @@ include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
add_executable(wlanconf wlanconf.c wlanconf.rc)
set_module_type(wlanconf win32cui UNICODE)
target_link_libraries(wlanconf conutils ${PSEH_LIB})
target_link_libraries(wlanconf conutils_stream ${PSEH_LIB})
add_importlibs(wlanconf msvcrt iphlpapi kernel32)
add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)