1
2include_directories(${REACTOS_SOURCE_DIR}/win32ss/include)
3
4add_library(gditools
5    gditools.c)
6
7add_dependencies(gditools xdk)
8