reactos/base/applications/calc/CMakeLists.txt
Amine Khaldi e9977ecc9f [CMAKE]
- More work on the dlls.
- libgcc is already a standard C lib, don't relink to it for executables.
- ICU isn't needed for now, disable it.

svn path=/branches/cmake-bringup/; revision=49059
2010-10-08 21:02:11 +00:00

17 lines
267 B
CMake

set_unicode()
add_definitions(-DDISABLE_HTMLHELP_SUPPORT=1)
add_executable(calc
about.c
convert.c
function.c
rpn.c
utl.c
winmain.c
resource.rc)
set_module_type(calc win32gui)
add_importlibs(calc advapi32 user32 gdi32 msvcrt kernel32)