mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
9fad2797d5
Add network applications to build and livecd. svn path=/branches/cmake-bringup/; revision=49262
8 lines
No EOL
197 B
CMake
8 lines
No EOL
197 B
CMake
|
|
add_executable(ipconfig ipconfig.c ipconfig.rc)
|
|
|
|
set_module_type(ipconfig win32cui)
|
|
|
|
add_importlibs(ipconfig user32 iphlpapi advapi32 msvcrt kernel32)
|
|
|
|
add_livecd_target(ipconfig reactos/system32) |