diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ee5d82..601accc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,8 @@ include_directories( ${GIO2_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}) +link_directories(${UCA_LIBRARY_DIRS}) + add_library(ucaufo SHARED uca-ufo-camera.c) target_link_libraries(ucaufo |