Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
944d40a1
Commit
944d40a1
authored
Jan 18, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: freetype external dependencies via ocv_target_link_libraries
parent
4bf9cb55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
modules/freetype/CMakeLists.txt
+2
-1
No files found.
modules/freetype/CMakeLists.txt
View file @
944d40a1
...
...
@@ -19,7 +19,8 @@ endif()
if
(
FREETYPE_FOUND AND HARFBUZZ_FOUND
)
ocv_define_module
(
freetype opencv_core opencv_imgproc PRIVATE_REQUIRED
${
FREETYPE_LIBRARIES
}
${
HARFBUZZ_LIBRARIES
}
WRAP python
)
ocv_define_module
(
freetype opencv_core opencv_imgproc WRAP python
)
ocv_target_link_libraries
(
${
the_module
}
${
FREETYPE_LIBRARIES
}
${
HARFBUZZ_LIBRARIES
}
)
ocv_include_directories
(
${
FREETYPE_INCLUDE_DIRS
}
${
HARFBUZZ_INCLUDE_DIRS
}
)
else
()
ocv_module_disable
(
freetype
)
...
...
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