Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
74c28986
Commit
74c28986
authored
Feb 08, 2017
by
Ghislain MARY
Browse files
Use the good config when building the C++ wrapper.
parent
14ec893f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/cpp/CMakeLists.txt
wrappers/cpp/CMakeLists.txt
+1
-1
No files found.
wrappers/cpp/CMakeLists.txt
View file @
74c28986
...
@@ -15,4 +15,4 @@ add_custom_target(make_cpp_wrapper ALL ${CMAKE_COMMAND} -E make_directory build/
...
@@ -15,4 +15,4 @@ add_custom_target(make_cpp_wrapper ALL ${CMAKE_COMMAND} -E make_directory build/
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/CMakeLists.txt
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/CMakeLists.txt
${
CMAKE_CURRENT_BINARY_DIR
}
/include/linphone.hh
${
CMAKE_CURRENT_BINARY_DIR
}
/include/linphone.hh
)
)
install
(
CODE
"execute_process(COMMAND
\"
${
CMAKE_COMMAND
}
\"
--build
\"
${
CMAKE_CURRENT_BINARY_DIR
}
/build
\"
--target install)"
)
install
(
CODE
"execute_process(COMMAND
\"
${
CMAKE_COMMAND
}
\"
--build
\"
${
CMAKE_CURRENT_BINARY_DIR
}
/build
\"
--config
\"
${
CMAKE_BUILD_TYPE
}
\"
--target install)"
)
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