提交 6887f003 编写于 作者: J Jim

Merge pull request #7 from MattMcNam/master

Updated CMake with new effect file locations
......@@ -69,3 +69,12 @@ tags
*.ninja
.ninja*
.dirstamp
#cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
#xcode
*.xcodeproj/
......@@ -76,5 +76,5 @@ target_link_libraries(libobs
${LIBAVUTIL_LIBRARIES}
${LIBSWRESAMPLE_LIBRARIES})
file(COPY ${obs_SOURCE_DIR}/build/libobs/default.effect DESTINATION
${obs_BINARY_DIR}/libobs/)
file(COPY ${obs_SOURCE_DIR}/build/data/libobs/default.effect DESTINATION
${obs_BINARY_DIR}/data/libobs/)
......@@ -9,6 +9,6 @@ target_link_libraries(test-input
libobs)
file(COPY
${obs_SOURCE_DIR}/build/data/test-input/draw.effect
${obs_SOURCE_DIR}/build/data/test-input/test.effect
DESTINATION ${obs_BINARY_DIR}/data/test-input/)
${obs_SOURCE_DIR}/build/data/obs-plugins/test-input/draw.effect
${obs_SOURCE_DIR}/build/data/obs-plugins/test-input/test.effect
DESTINATION ${obs_BINARY_DIR}/data/obs-plugins/test-input/)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册