* Sync up to trunk head (r65270).
[reactos.git] / base / applications / iexplore / CMakeLists.txt
1
2 add_executable(iexplore main.c iexplore.rc)
3 target_link_libraries(iexplore wine)
4 set_module_type(iexplore win32gui UNICODE)
5 add_importlibs(iexplore ieframe msvcrt kernel32 ntdll)
6 add_delay_importlibs(iexplore advpack version)
7 add_cd_file(TARGET iexplore DESTINATION reactos FOR all)