Commit 4fee6ee7 authored by Jeremy Tellaa's avatar Jeremy Tellaa Committed by jeremad

fix TIFF plugin

parent f10616ab
......@@ -9,11 +9,7 @@ set(SOURCE_FILES
set(HEADER_FILES
include/tiffOutput.hpp)
if(WINDOWS)
set(PLUGIN_NAME tiff)
else(WINDOWS)
set(PLUGIN_NAME tiffPlugin)
endif(WINDOWS)
set(PLUGIN_NAME tiffPlugin)
vs_add_IO_library(${PLUGIN_NAME} SHARED ${SOURCE_FILES} ${HEADER_FILES} $<TARGET_OBJECTS:common>)
......
......@@ -3,3 +3,4 @@
Source: "{#io_dir}\jpg.dll"; DestDir: "{app}\{#plugin_dir}"; Flags: ignoreversion
Source: "{#io_dir}\png.dll"; DestDir: "{app}\{#plugin_dir}"; Flags: ignoreversion
Source: "{#io_dir}\tiffPlugin.dll"; DestDir: "{app}\{#plugin_dir}"; Flags: ignoreversion
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment