mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
8 lines
138 B
Text
8 lines
138 B
Text
|
add_library(wildmat STATIC
|
||
|
wildmat.c
|
||
|
wildmat.h)
|
||
|
|
||
|
target_include_directories(wildmat
|
||
|
PUBLIC
|
||
|
${CMAKE_CURRENT_LIST_DIR})
|