[ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make...
[reactos.git] / rosapps / applications / sysutils / logevent / CMakeLists.txt
1
2 add_executable(logevent logevent.c logevent.rc)
3 set_module_type(logevent win32cui)
4 if(NOT MSVC)
5 add_target_compile_flags(logevent "-Wno-unused-but-set-variable")
6 endif()
7 add_importlibs(logevent advapi32 msvcrt kernel32)
8 add_cd_file(TARGET logevent DESTINATION reactos/system32 FOR all)