reactos/base/applications/iexplore/CMakeLists.txt
Jérôme Gardou c9dc1e22be [CMAKE]
- add iexplore to build

svn path=/branches/cmake-bringup/; revision=48900
2010-09-26 09:56:28 +00:00

10 lines
155 B
CMake

add_executable(iexplore
main.c
iexplore.rc)
set_unicode(iexplore no)
set_module_type(iexplore win32gui)
add_importlibs(iexplore shdocvw msvcrt)