[WINLOGON]
[reactos.git] / rosapps / applications / winfile / CMakeLists.txt
1
2 add_executable(winefile winefile.c rsrc.rc)
3
4 set_module_type(winefile win32gui UNICODE)
5 add_importlibs(winefile advapi32 gdi32 user32 ws2_32 msimg32 version mpr comctl32 comdlg32 ole32 oleaut32 shell32 shlwapi msvcrt kernel32 ntdll)
6 target_link_libraries(winefile uuid)
7
8 add_cd_file(TARGET winefile DESTINATION reactos/system32 FOR all)
9
10 if(NOT MSVC)
11 # FIXME: http://www.cmake.org/Bug/view.php?id=12998
12 #add_target_compile_flags(winefile "-Wno-format")
13 allow_warnings(winefile)
14 endif()