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

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