summaryrefslogtreecommitdiff
path: root/graphics/simpleviewer/files/patch-CMakeLists.txt
blob: a909743eda2482f496bb815a549c63dd78c45796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- CMakeLists.txt.orig	2017-02-23 18:44:09 UTC
+++ CMakeLists.txt
@@ -71,11 +71,11 @@ endif()
 
 file( GLOB_RECURSE SOURCES "src/*.cpp" )
 
-add_executable( sviewgl ${SOURCES} )
+link_directories(
+    ${EXIF_LIBRARY_DIRS}
+    )
 
-#link_directories(
-    #${FREETYPE_LIBRARY_DIRS}
-    #)
+add_executable( sviewgl ${SOURCES} )
 
 target_link_libraries( sviewgl
     ${RT_LIBRARY}