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