mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
128cf34123
* 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
7 lines
138 B
CMake
7 lines
138 B
CMake
add_library(wildmat STATIC
|
|
wildmat.c
|
|
wildmat.h)
|
|
|
|
target_include_directories(wildmat
|
|
PUBLIC
|
|
${CMAKE_CURRENT_LIST_DIR})
|