mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[CMAKE]
- Add win32cui module type to gcc toolchain - Add cacls to build svn path=/branches/cmake-bringup/; revision=48869
This commit is contained in:
parent
c746b1187c
commit
eb95f483b7
3 changed files with 17 additions and 1 deletions
12
base/applications/cacls/CMakeLists.txt
Normal file
12
base/applications/cacls/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
||||
add_executable(cacls
|
||||
cacls.c
|
||||
cacls.rc)
|
||||
|
||||
set_module_type(cacls win32cui)
|
||||
|
||||
add_importlibs(cacls advapi32 ntdll user32 shell32 msvcrt)
|
||||
|
||||
add_dependencies(cacls psdk)
|
Loading…
Add table
Add a link
Reference in a new issue