Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
4fee6ee7
Commit
4fee6ee7
authored
5 years ago
by
Jeremy Tellaa
Committed by
jeremad
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix TIFF plugin
parent
f10616ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
CMakeLists.txt
IO/src/tiff/CMakeLists.txt
+1
-5
core-plugins-dll.iss
apps/installer/core-plugins-dll.iss
+1
-0
No files found.
IO/src/tiff/CMakeLists.txt
View file @
4fee6ee7
...
...
@@ -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>
)
...
...
This diff is collapsed.
Click to expand it.
apps/installer/core-plugins-dll.iss
View file @
4fee6ee7
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment