mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 02:59:37 +00:00
10 lines
256 B
CMake
10 lines
256 B
CMake
|
|
set_rc_compiler()
|
|
|
|
list(APPEND SOURCE cacls.c cacls.rc)
|
|
|
|
add_executable(cacls ${SOURCE})
|
|
|
|
set_module_type(cacls win32cui UNICODE)
|
|
add_importlibs(cacls advapi32 user32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET cacls DESTINATION reactos/system32 FOR all)
|