Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
e981df66
Commit
e981df66
authored
Oct 06, 2015
by
Hugo Beauzée-Luyssen
Browse files
Provide a tizen workaround
parent
a58c32bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
e981df66
...
...
@@ -120,3 +120,8 @@ if (${EMOTION_FOUND})
target_link_libraries
(
${
PROJECT_NAME
}
${
ECOREEVAS_LIBRARIES
}
)
target_link_libraries
(
${
PROJECT_NAME
}
${
EVAS_LIBRARIES
}
)
endif
()
# Work around for tizen platform
if
(
NOT
"
${
EXTRA_LIBS
}
"
STREQUAL
""
)
target_link_libraries
(
${
PROJECT_NAME
}
${
EXTRA_LIBS
}
)
endif
()
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