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