mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
7e81805878
3rd try to fix WHS rostests build svn path=/trunk/; revision=70461
7 lines
130 B
CMake
7 lines
130 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include)
|
|
|
|
add_library(gditools
|
|
gditools.c)
|
|
|
|
add_dependencies(gditools xdk)
|