Merge pull request #7 from MattMcNam/master

Updated CMake with new effect file locations
This commit is contained in:
Jim
2013-12-07 15:03:08 -08:00
3 changed files with 14 additions and 5 deletions

View File

@@ -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/)