mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
9 lines
316 B
CMake
9 lines
316 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(cacls cacls.c cacls.rc)
|
|
set_module_type(cacls win32cui UNICODE)
|
|
target_link_libraries(cacls conutils ${PSEH_LIB})
|
|
add_importlibs(cacls advapi32 user32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET cacls DESTINATION reactos/system32 FOR all)
|