mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 13:25:36 +00:00
[ROSAPPS] Add part of missing sysutils folder and needed win32err lib to build.
svn path=/trunk/; revision=67421
This commit is contained in:
parent
df00499cad
commit
b82a314189
9 changed files with 29 additions and 7 deletions
1
rosapps/lib/CMakeLists.txt
Normal file
1
rosapps/lib/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
add_subdirectory(win32err)
|
3
rosapps/lib/win32err/CMakeLists.txt
Normal file
3
rosapps/lib/win32err/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
add_library(win32err win32err.c)
|
||||
add_dependencies(win32err psdk)
|
Loading…
Add table
Add a link
Reference in a new issue