mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
7 lines
No EOL
157 B
CMake
7 lines
No EOL
157 B
CMake
|
|
add_executable(iexplore main.c iexplore.rc)
|
|
|
|
set_module_type(iexplore win32gui)
|
|
add_importlibs(iexplore shdocvw msvcrt kernel32)
|
|
|
|
add_cab_target(iexplore 4) |