mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +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})
|