提交 bde5d111 编写于 作者: K Kurt Kartaltepe 提交者: Jim

libcaption: Fix header missing in install

libobs directly depends on libcaption headers. So ensure they are
installed with obs' headers.

fixes #3925
上级 d2ca8b5d
......@@ -36,6 +36,7 @@ set(CAPTION_HEADERS
)
add_library(caption STATIC ${CAPTION_SOURCES})
install_obs_headers("caption/caption.h")
set_target_properties(caption PROPERTIES
FOLDER "deps"
POSITION_INDEPENDENT_CODE ON)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册