Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / base / applications / write / CMakeLists.txt
1
2 add_executable(write write.c rsrc.rc)
3 set_module_type(write win32gui UNICODE)
4 add_importlibs(write user32 gdi32 msvcrt kernel32)
5 add_cd_file(TARGET write DESTINATION reactos/system32 FOR all)
6
7 if(NOT MSVC)
8 # FIXME: http://www.cmake.org/Bug/view.php?id=12998
9 #allow_warnings(write)
10 set_source_files_properties(write.c PROPERTIES COMPILE_FLAGS "-Wno-error")
11 endif()