[WINLOGON]
[reactos.git] / rosapps / applications / cmdutils / uptime / CMakeLists.txt
1 #add_definitions(-DLINUX_OUTPUT)
2
3 add_executable(uptime uptime.c uptime.rc)
4 set_module_type(uptime win32cui)
5 add_importlibs(uptime msvcrt kernel32)
6 if(MSVC)
7 add_importlibs(uptime ntdll)
8 endif()
9 add_cd_file(TARGET uptime DESTINATION reactos/system32 FOR all)