diff options
Diffstat (limited to 'backend/CMakeLists.txt')
| -rw-r--r-- | backend/CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 259a3c6..c1153a5 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -17,15 +17,4 @@ include_directories(${CMAKE_BINARY_DIR}/generated/) target_link_libraries(backend PkgConfig::deps CURL::libcurl) -# configure_file( -# input: 'Slackware.conf.in', -# output: 'Slackware.conf', -# configuration: slackware_config_data, -# install: true, -# install_dir: join_paths(get_option('sysconfdir'), 'PackageKit'), -# ) - -# install_data( -# 'metadata.db', -# install_dir: join_paths(get_option('localstatedir'), 'cache', 'PackageKit', 'metadata'), -# ) +file(COPY metadata.db DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LOCALSTATEDIR}) |
