[CRT] Remove useless #undef abort from process.h
[reactos.git] / base / applications / iexplore / CMakeLists.txt
1
2 add_rc_deps(iexplore.rc
3 ${CMAKE_CURRENT_SOURCE_DIR}/iexplore.ico
4 ${CMAKE_CURRENT_SOURCE_DIR}/iexplore.inf)
5 add_executable(iexplore main.c iexplore.rc)
6 target_link_libraries(iexplore wine)
7 set_module_type(iexplore win32gui UNICODE)
8 add_delay_importlibs(iexplore advpack version user32)
9 add_importlibs(iexplore ieframe msvcrt kernel32 ntdll)
10 add_cd_file(TARGET iexplore DESTINATION reactos FOR all)