From b1abce0abbb78f513cf4b6d4b558bc9330d06bd5 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 31 Aug 2014 11:31:39 -0400 Subject: [PATCH] Video library explicitly uses support library --- src/video/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/video/CMakeLists.txt b/src/video/CMakeLists.txt index 3780a8a..79c68f2 100644 --- a/src/video/CMakeLists.txt +++ b/src/video/CMakeLists.txt @@ -7,4 +7,8 @@ set(video_source_files add_library(video STATIC ${video_source_files}) + TARGET_LINK_LIBRARIES(video + support + ) + #SET_TARGET_PROPERTIES( video PROPERTIES COMPILE_FLAGS -fPIC) \ No newline at end of file