Squashed 'external/toxcore/c-toxcore/' content from commit 67badf69
git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 67badf69416a74e74f6d7eb51dd96f37282b8455
This commit is contained in:
24
other/bootstrap_daemon/CMakeLists.txt
Normal file
24
other/bootstrap_daemon/CMakeLists.txt
Normal file
@ -0,0 +1,24 @@
|
||||
# Unity build broken because of _XOPEN_SOURCE macro
|
||||
set_source_files_properties(
|
||||
src/tox-bootstrapd.c
|
||||
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
|
||||
|
||||
add_executable(tox-bootstrapd
|
||||
src/command_line_arguments.c
|
||||
src/command_line_arguments.h
|
||||
src/config.c
|
||||
src/config.h
|
||||
src/config_defaults.h
|
||||
src/global.h
|
||||
src/log.c
|
||||
src/log.h
|
||||
src/log_backend_stdout.c
|
||||
src/log_backend_stdout.h
|
||||
src/log_backend_syslog.c
|
||||
src/log_backend_syslog.h
|
||||
src/tox-bootstrapd.c
|
||||
../bootstrap_node_packets.c
|
||||
../bootstrap_node_packets.h)
|
||||
target_link_modules(tox-bootstrapd toxcore ${LIBCONFIG_LIBRARIES})
|
||||
install(TARGETS tox-bootstrapd RUNTIME DESTINATION bin)
|
||||
install(FILES bash-completion/completions/tox-bootstrapd DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions")
|
Reference in New Issue
Block a user