commit | d5f3999491cb03ec7ec9aa461f39f10a0de21bba | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Tue Apr 18 13:41:22 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Tue Apr 18 13:41:22 2017 -0700 |
tree | 5bf08b986be3aca5d7a59cd08a379c94df204f36 | |
parent | 1ff48780d3e8e4bc0dee01ae0e756eb4d46a4f53 [diff] [blame] |
test
diff --git a/CMakeLists.txt b/CMakeLists.txt index 01dd5bd..37aa601 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -220,6 +220,7 @@ add_executable(getvideo src/getvideo_main.cpp) target_link_libraries(getvideo ${CMAKE_THREAD_LIBS_INIT}) +target_link_libraries(getvideo g3logger) # Visual Studio Code helper # this needs to be at the end to make sure all includes are handled correctly