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
belle-sip
Commits
b6a9549f
Commit
b6a9549f
authored
Jun 28, 2016
by
Ghislain MARY
Browse files
Install belle_sip_tester when building with CMake.
parent
5d888d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/CMakeLists.txt
View file @
b6a9549f
...
...
@@ -99,6 +99,14 @@ else()
target_include_directories
(
belle_sip_tester PUBLIC
${
BCTOOLBOX_TESTER_INCLUDE_DIRS
}
)
target_link_libraries
(
belle_sip_tester
${
BCTOOLBOX_LIBRARIES
}
${
PROJECT_LIBS
}
)
add_test
(
NAME belle_sip_tester COMMAND belle_sip_tester --verbose
)
if
(
NOT IOS
)
install
(
TARGETS belle_sip_tester
RUNTIME DESTINATION
${
CMAKE_INSTALL_BINDIR
}
LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
endif
()
set
(
OBJECT_DESCRIBE_SOURCES describe.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