summaryrefslogtreecommitdiff
path: root/graphics/simpleviewer/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/simpleviewer/files/patch-CMakeLists.txt')
-rw-r--r--graphics/simpleviewer/files/patch-CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/simpleviewer/files/patch-CMakeLists.txt b/graphics/simpleviewer/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..a909743eda24
--- /dev/null
+++ b/graphics/simpleviewer/files/patch-CMakeLists.txt
@@ -0,0 +1,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}