mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
9 lines
315 B
CMake
9 lines
315 B
CMake
|
|
include_directories(
|
|
BEFORE include
|
|
${REACTOS_SOURCE_DIR}/include/reactos/drivers/ndisuio)
|
|
add_executable(wlanconf wlanconf.c wlanconf.rc)
|
|
|
|
set_module_type(wlanconf win32cui UNICODE)
|
|
add_importlibs(wlanconf msvcrt user32 iphlpapi kernel32)
|
|
add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)
|