mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 06:25:11 +00:00
Move the transports to their own directory
This commit is contained in:
parent
8c2528748d
commit
dfafb03bdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user