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