mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
9 lines
315 B
CMake
9 lines
315 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(logoff logoff.c logoff.rc)
|
|
set_module_type(logoff win32cui UNICODE)
|
|
target_link_libraries(logoff conutils ${PSEH_LIB})
|
|
add_importlibs(logoff advapi32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET logoff DESTINATION reactos/system32 FOR all)
|