Updated Linux compilation to link to OpenCV dynamically

This commit is contained in:
Matt Hill
2014-05-08 05:58:01 -05:00
parent 4924ba300b
commit 395a101e13
3 changed files with 5 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ set(support_source_files
timing.cpp
)
add_library(support STATIC ${support_source_files})
add_library(support ${support_source_files})
SET_TARGET_PROPERTIES( support PROPERTIES COMPILE_FLAGS -fPIC)