Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
80a40641
Commit
80a40641
authored
Mar 21, 2018
by
Michaël Roynard
Browse files
Fix cli linking
parent
e74bb7e6
Changes
1
Show whitespace changes
Inline
Side-by-side
cli/CMakeLists.txt
View file @
80a40641
...
...
@@ -11,15 +11,14 @@ add_executable(lab2rgb lab2rgb.cpp)
set_target_properties
(
dilate-cli PROPERTIES OUTPUT_NAME dilate
)
target_link_libraries
(
area_close
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
area_fast_close
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
decompose_channels
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
recompose_channels
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
grain_filter
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
closing_by_reconstruction
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
dilate-cli
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
grain_filter
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
leveling
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
rgb2lab
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
lab2rgb
${
FreeImage_LIBRARIES
}
)
target_link_libraries
(
area_close
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
area_fast_close
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
decompose_channels
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
recompose_channels
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
grain_filter
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
closing_by_reconstruction
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
dilate-cli
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
leveling
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
rgb2lab
${
FreeImage_LIBRARIES
}
Mln
)
target_link_libraries
(
lab2rgb
${
FreeImage_LIBRARIES
}
Mln
)
Write
Preview
Supports
Markdown
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