reactos/base/applications/iexplore/CMakeLists.txt
Sylvain Petreolle b9041e39bf [CMAKE]
Add base/ modules to bootcd.

svn path=/branches/cmake-bringup/; revision=49477
2010-11-05 10:37:10 +00:00

7 lines
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)