1
2include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
3
4add_executable(label label.c label.rc)
5set_module_type(label win32cui UNICODE)
6target_link_libraries(label conutils ${PSEH_LIB})
7add_importlibs(label user32 msvcrt kernel32)
8add_cd_file(TARGET label DESTINATION reactos/system32 FOR all)
9