Updated CMakeLists with new effect file locations, added cmake & xcode build folders to gitignore

This commit is contained in:
Matthew McNamara
2013-12-07 20:12:45 +01:00
parent 5d3f3e0d1b
commit a76a5937df
3 changed files with 14 additions and 5 deletions

View File

@@ -72,5 +72,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/)