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
dg
dg
Commits
3ce9982c
Commit
3ce9982c
authored
Dec 15, 2016
by
Jonathan Lambrechts
Browse files
add libproj as unref dep
parent
ead7a54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/CMakeLists.txt
View file @
3ce9982c
...
...
@@ -90,6 +90,7 @@ if(ENABLE_PROJ)
BINARY_DIR unref/build
)
list
(
APPEND EXTERNAL_MODULE_DEPS unref
)
add_dependencies
(
unref libproj
)
set
(
HAVE_UNREF ON
)
list
(
APPEND LIBS
${
CMAKE_CURRENT_BINARY_DIR
}
/unref/build/libunref.a
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/unref/src/unref
)
...
...
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