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
47eb534e
Commit
47eb534e
authored
Mar 16, 2017
by
jehan
Browse files
add / to lp-auto-answer link
parent
0e5b9bf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
coreapi/help/CMakeLists.txt
coreapi/help/CMakeLists.txt
+1
-1
mediastreamer2
mediastreamer2
+1
-1
tools/CMakeLists.txt
tools/CMakeLists.txt
+1
-1
No files found.
coreapi/help/CMakeLists.txt
View file @
47eb534e
...
...
@@ -73,7 +73,7 @@ if (ENABLE_TOOLS)
string
(
REPLACE
".c"
""
EXECUTABLE_NAME
${
EXECUTABLE
}
)
bc_apply_compile_flags
(
${
EXECUTABLE
}
STRICT_OPTIONS_CPP STRICT_OPTIONS_C
)
add_executable
(
${
EXECUTABLE_NAME
}
${
USE_BUNDLE
}
${
EXECUTABLE
}
)
target_link_libraries
(
${
EXECUTABLE_NAME
}
${
LINPHONE_LIBS_FOR_TOOLS
}
${
MEDIASTREAMER2_LIBRARIES
}
)
target_link_libraries
(
${
EXECUTABLE_NAME
}
${
LINPHONE_LIBS_FOR_TOOLS
}
${
MEDIASTREAMER2_LIBRARIES
}
${
ORTP_LIBRARIES
}
)
set_target_properties
(
${
EXECUTABLE_NAME
}
PROPERTIES LINK_FLAGS
"
${
LINPHONE_LDFLAGS
}
"
)
if
(
NOT IOS
)
install
(
TARGETS
${
EXECUTABLE_NAME
}
...
...
mediastreamer2
@
4a3adb04
Subproject commit
2da064b15bcaf9a4a99661bd5f74a076ef403bcd
Subproject commit
4a3adb044fd6246bcd837af2410756bda9a45b5b
tools/CMakeLists.txt
View file @
47eb534e
...
...
@@ -33,7 +33,7 @@ endif()
set
(
LP_AUTO_ANSWER_SOURCE_FILES auto_answer.c
)
bc_apply_compile_flags
(
LP_AUTO_ANSWER_SOURCE_FILES STRICT_OPTIONS_CPP STRICT_OPTIONS_C
)
add_executable
(
lp-auto-answer
${
USE_BUNDLE
}
${
LP_AUTO_ANSWER_SOURCE_FILES
}
)
target_link_libraries
(
lp-auto-answer
${
LINPHONE_LIBS_FOR_TOOLS
}
${
MEDIASTREAMER2_LIBRARIES
}
)
target_link_libraries
(
lp-auto-answer
${
LINPHONE_LIBS_FOR_TOOLS
}
${
MEDIASTREAMER2_LIBRARIES
}
${
ORTP_LIBRARIES
}
${
BCTOOLBOX_LIBRARIES
}
)
set_target_properties
(
lp-auto-answer PROPERTIES LINK_FLAGS
"
${
LINPHONE_LDFLAGS
}
"
)
set
(
LP_SENDMSG_SOURCE_FILES lpsendmsg.c
)
...
...
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