Commit dfafb03b by Carlos Martín Nieto Committed by Vicent Marti

Move the transports to their own directory

parent 8c252874
......@@ -91,9 +91,9 @@ FILE(GLOB SRC_H include/git2/*.h)
# On Windows use specific platform sources
IF (WIN32 AND NOT CYGWIN)
ADD_DEFINITIONS(-DWIN32 -D_DEBUG)
FILE(GLOB SRC src/*.c src/win32/*.c)
FILE(GLOB SRC src/*.c src/transports/*.c src/win32/*.c)
ELSE()
FILE(GLOB SRC src/*.c src/unix/*.c)
FILE(GLOB SRC src/*.c src/transports/*.c src/unix/*.c)
ENDIF ()
# Compile and link libgit2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment