63b30560a7904e612af523ec2bf2c21e37964059
[reactos.git] / base / applications / iexplore / CMakeLists.txt
1
2 add_executable(iexplore
3 main.c
4 iexplore.rc)
5
6 set_unicode(iexplore no)
7
8 set_module_type(iexplore win32gui)
9
10 add_importlibs(iexplore shdocvw msvcrt)