Added missing link_directory(${LENSFUN_LIBRARY_DIRS}) CMake commands

this allows to use a lensfun library installed on a custom path
This commit is contained in:
Alberto Griggio
2017-09-17 00:20:59 +02:00
parent 7ee485e89c
commit b1ce30c772
3 changed files with 5 additions and 2 deletions

View File

@@ -179,6 +179,7 @@ if(WIN32)
${GLIBMM_LIBRARY_DIRS}
${GTKMM_LIBRARY_DIRS}
${GTK_LIBRARY_DIRS}
${LENSFUN_LIBRARY_DIRS}
)
else()
include_directories(${EXTRA_INCDIR}
@@ -211,6 +212,7 @@ else()
${GTK_LIBRARY_DIRS}
${IPTCDATA_LIBRARY_DIRS}
${LCMS_LIBRARY_DIRS}
${LENSFUN_LIBRARY_DIRS}
)
endif()