mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
432854ee18
CORE-9444
8 lines
306 B
CMake
8 lines
306 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(attrib attrib.c attrib.rc)
|
|
set_module_type(attrib win32cui UNICODE)
|
|
target_link_libraries(attrib conutils ${PSEH_LIB})
|
|
add_importlibs(attrib user32 msvcrt kernel32)
|
|
add_cd_file(TARGET attrib DESTINATION reactos/system32 FOR all)
|