Skip to content

Commit

Permalink
feat(packaging): create packaging dragonflydb#249
Browse files Browse the repository at this point in the history
  • Loading branch information
acheevbhagat committed Sep 18, 2022
1 parent f0d74c2 commit 1ec0bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ include(internal)

include_directories(src)
include_directories(helio)
include_directories(scripts)

add_subdirectory(helio)
add_subdirectory(src)
add_subdirectory(scripts)

include(Packing.cmake)
1 change: 1 addition & 0 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install(FILES dragonfly.service DESTINATION "/etc/systemd/system")
File renamed without changes.

0 comments on commit 1ec0bcf

Please sign in to comment.