2012-01-08 03:02:58 +00:00
|
|
|
|
|
|
|
include_directories(
|
|
|
|
BEFORE include
|
2016-04-20 12:36:25 +00:00
|
|
|
${REACTOS_SOURCE_DIR}/sdk/include/reactos/drivers/ndisuio)
|
2012-10-12 11:40:53 +00:00
|
|
|
|
2016-10-07 22:50:32 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
|
2014-10-17 23:28:29 +00:00
|
|
|
add_executable(wlanconf wlanconf.c wlanconf.rc)
|
2013-02-17 18:11:16 +00:00
|
|
|
set_module_type(wlanconf win32cui UNICODE)
|
2016-11-03 15:47:45 +00:00
|
|
|
target_link_libraries(wlanconf conutils ${PSEH_LIB})
|
2016-10-07 22:50:32 +00:00
|
|
|
add_importlibs(wlanconf msvcrt iphlpapi kernel32)
|
2012-01-08 03:02:58 +00:00
|
|
|
add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)
|