Move all data into the subdir it belongs to

Completely removes the build dir in favor of cmake based build layouting
This commit is contained in:
BtbN
2014-07-15 15:02:03 +02:00
parent 2515aeb320
commit 38c2fc87aa
322 changed files with 19 additions and 33 deletions

View File

@@ -15,4 +15,4 @@ target_link_libraries(obs-x264
${LIBX264_LIBRARIES})
install_obs_plugin(obs-x264)
install_obs_plugin_data(obs-x264 ../../build/data/obs-plugins/obs-x264)
install_obs_plugin_data(obs-x264 data)