Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sourtin
dbus
Commits
9dc72c9f
Commit
9dc72c9f
authored
Mar 07, 2019
by
Ralf Habacker
Browse files
cmake: install missing files to keep in sync with autotools builds
parent
2c96e94f
Changes
3
Show whitespace changes
Inline
Side-by-side
bus/CMakeLists.txt
View file @
9dc72c9f
...
@@ -150,6 +150,19 @@ if(MSVC)
...
@@ -150,6 +150,19 @@ if(MSVC)
project_source_group
(
${
GROUP_CODE
}
bus_test_SOURCES dummy
)
project_source_group
(
${
GROUP_CODE
}
bus_test_SOURCES dummy
)
endif
()
endif
()
configure_file
(
example-session-disable-stats.conf.in
${
CMAKE_CURRENT_BINARY_DIR
}
/example-session-disable-stats.conf
)
set
(
EXAMPLES_DATA
${
CMAKE_CURRENT_BINARY_DIR
}
/example-session-disable-stats.conf
)
if
(
NOT WIN32
)
configure_file
(
example-system-enable-stats.conf.in
${
CMAKE_CURRENT_BINARY_DIR
}
/example-system-enable-stats.conf
)
list
(
APPEND EXAMPLES_DATA
${
CMAKE_CURRENT_BINARY_DIR
}
/example-system-enable-stats.conf
)
endif
()
install
(
FILES
${
EXAMPLES_DATA
}
DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus/examples
)
## mop up the gcov files
## mop up the gcov files
#clean-local:
#clean-local:
# /bin/rm *.bb *.bbg *.da *.gcov || true
# /bin/rm *.bb *.bbg *.da *.gcov || true
...
...
doc/CMakeLists.txt
View file @
9dc72c9f
...
@@ -152,6 +152,22 @@ docbook(${CMAKE_CURRENT_BINARY_DIR}/dbus-update-activation-environment.1.xml htm
...
@@ -152,6 +152,22 @@ docbook(${CMAKE_CURRENT_BINARY_DIR}/dbus-update-activation-environment.1.xml htm
configure_file
(
index.html.in
${
CMAKE_CURRENT_BINARY_DIR
}
/index.html
)
configure_file
(
index.html.in
${
CMAKE_CURRENT_BINARY_DIR
}
/index.html
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/index.html DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/index.html DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus
)
#
# misc files
#
set
(
DTD_DATA
diagram.png
diagram.svg
)
install
(
FILES
${
DTD_DATA
}
DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus
)
set
(
DOC_DATA
system-activation.txt
)
install
(
FILES
${
DOC_DATA
}
DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus
)
set
(
EXTRA_DIST
set
(
EXTRA_DIST
busconfig.dtd
busconfig.dtd
introspect.dtd
introspect.dtd
...
...
tools/CMakeLists.txt
View file @
9dc72c9f
...
@@ -109,3 +109,9 @@ install(TARGETS dbus-run-session ${INSTALL_TARGETS_DEFAULT_ARGS})
...
@@ -109,3 +109,9 @@ install(TARGETS dbus-run-session ${INSTALL_TARGETS_DEFAULT_ARGS})
# create the /var/lib/dbus directory for dbus-uuidgen
# create the /var/lib/dbus directory for dbus-uuidgen
install
(
DIRECTORY DESTINATION
${
CMAKE_INSTALL_LOCALSTATEDIR
}
/lib/dbus
)
install
(
DIRECTORY DESTINATION
${
CMAKE_INSTALL_LOCALSTATEDIR
}
/lib/dbus
)
set
(
EXAMPLES_SCRIPTS
GetAllMatchRules.py
)
install
(
FILES
${
EXAMPLES_SCRIPTS
}
DESTINATION
${
CMAKE_INSTALL_DATADIR
}
/doc/dbus/examples
)
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