Merge tag 'v0.21.18'
release v0.21.18
This commit is contained in:
@@ -342,6 +342,18 @@ executable(
|
||||
)
|
||||
|
||||
if curl_dep.found()
|
||||
executable(
|
||||
'RunCurl',
|
||||
'RunCurl.cxx',
|
||||
'ShutdownHandler.cxx',
|
||||
'../src/Log.cxx',
|
||||
'../src/LogBackend.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
curl_dep,
|
||||
],
|
||||
)
|
||||
|
||||
test('test_icy_parser', executable(
|
||||
'test_icy_parser',
|
||||
'test_icy_parser.cxx',
|
||||
|
Reference in New Issue
Block a user