[TCPIP]
[reactos.git] / reactos / base / applications / iexplore / CMakeLists.txt
1
2 set_rc_compiler()
3 add_executable(iexplore main.c iexplore.rc)
4 set_module_type(iexplore win32gui)
5 add_importlibs(iexplore shdocvw msvcrt kernel32)
6 add_cd_file(TARGET iexplore DESTINATION reactos FOR all)