reactos/rosapps/applications/cmdutils/uptime/CMakeLists.txt
Hermès Bélusca-Maïto 0dc9aa5b13 [ROSAPPS]
- Fix some newlines,
- Fireball == Aleksey, not Aleasky :P (ahh, GreatLord, we miss you ^^),
- Fix rosddt (ROS Device Detection Tool) readme file (convert into UTF-8 without BOM).

svn path=/trunk/; revision=63280
2014-05-13 21:07:49 +00:00

10 lines
262 B
CMake

#add_definitions(-DLINUX_OUTPUT)
add_executable(uptime uptime.c uptime.rc)
set_module_type(uptime win32cui)
add_importlibs(uptime msvcrt kernel32)
if(MSVC)
add_importlibs(uptime ntdll)
endif()
add_cd_file(TARGET uptime DESTINATION reactos/system32 FOR all)