Introduced new transcoding service
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
add_library(lmstranscoding STATIC
|
||||
impl/TranscodingResourceHandler.cpp
|
||||
impl/TranscodingService.cpp
|
||||
)
|
||||
|
||||
target_include_directories(lmstranscoding INTERFACE
|
||||
include
|
||||
)
|
||||
|
||||
target_include_directories(lmstranscoding PRIVATE
|
||||
include
|
||||
impl
|
||||
)
|
||||
|
||||
target_link_libraries(lmstranscoding PRIVATE
|
||||
lmsav
|
||||
)
|
||||
Reference in New Issue
Block a user