Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
13f402a5
Commit
13f402a5
authored
Mar 06, 2013
by
Andrey Kamaev
Committed by
OpenCV Buildbot
Mar 06, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #620 from apavlenko:java_tutorial_fix
parents
bbac4bc4
0e64baae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
java_dev_intro.rst
doc/tutorials/introduction/desktop_java/java_dev_intro.rst
+0
-0
CMakeLists.txt
modules/java/CMakeLists.txt
+2
-4
No files found.
doc/tutorials/introduction/desktop_java/java_dev_intro.rst
View file @
13f402a5
This diff is collapsed.
Click to expand it.
modules/java/CMakeLists.txt
View file @
13f402a5
...
...
@@ -301,16 +301,14 @@ endif()
# Additional target properties
set_target_properties
(
${
the_module
}
PROPERTIES
OUTPUT_NAME
"
${
the_module
}${
LIB_NAME_SUFIX
}
"
#DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
ARCHIVE_OUTPUT_DIRECTORY
${
LIBRARY_OUTPUT_PATH
}
LIBRARY_OUTPUT_DIRECTORY
${
LIBRARY_OUTPUT_PATH
}
RUNTIME_OUTPUT_DIRECTORY
${
EXECUTABLE_OUTPUT_PATH
}
INSTALL_NAME_DIR
${
OPENCV_LIB_INSTALL_PATH
}
LINK_INTERFACE_LIBRARIES
""
)
if
(
ANDROID
)
set_target_properties
(
${
the_module
}
PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
LIBRARY_OUTPUT_PATH
}
)
else
()
if
(
WIN32
)
set_target_properties
(
${
the_module
}
PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${
EXECUTABLE_OUTPUT_PATH
}
)
endif
()
...
...
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