Skip to content

Commit

Permalink
Fix OSS build (#144)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #144

The OSS cmake builds are missing a dependency...

Reviewed By: finik

Differential Revision: D53634774

fbshipit-source-id: ec4ab88d2901fa63ce1703498a04511b895ed066
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Feb 10, 2024
1 parent a0a96c6 commit 3c4249e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample_apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ target_link_libraries(sample_playback_app
vrslib
vrs_logging
vrs_os
vrs_utils
)

add_executable(sample_recording_app "SampleRecordingApp.cpp")
Expand Down

0 comments on commit 3c4249e

Please sign in to comment.