2011-05-16 13:12:07 +00:00
|
|
|
|
2023-07-22 10:28:37 +00:00
|
|
|
add_rc_deps(iexplore.rc
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/iexplore.ico
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/iexplore.inf)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_executable(iexplore main.c iexplore.rc)
|
2013-04-21 13:53:35 +00:00
|
|
|
target_link_libraries(iexplore wine)
|
|
|
|
set_module_type(iexplore win32gui UNICODE)
|
2017-06-03 17:28:59 +00:00
|
|
|
add_delay_importlibs(iexplore advpack version user32)
|
2016-03-27 15:14:32 +00:00
|
|
|
add_importlibs(iexplore ieframe msvcrt kernel32 ntdll)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET iexplore DESTINATION reactos FOR all)
|