mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Move jsonsl and wildmat to third-party (#4402)
* Move jsonsl to third-party This treats it as proper 3rd-party code to which our warning and style settings don't extend. * Move wildmat to third-party This treats it as proper 3rd-party code to which our warning and style settings don't extend. * Fixup Xcode project to match new project structure
This commit is contained in:
7
third-party/jsonsl/CMakeLists.txt
vendored
Normal file
7
third-party/jsonsl/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
add_library(jsonsl STATIC
|
||||
jsonsl.c
|
||||
jsonsl.h)
|
||||
|
||||
target_include_directories(jsonsl
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_LIST_DIR})
|
||||
1668
third-party/jsonsl/jsonsl.c
vendored
Normal file
1668
third-party/jsonsl/jsonsl.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1006
third-party/jsonsl/jsonsl.h
vendored
Normal file
1006
third-party/jsonsl/jsonsl.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user