Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jun 3, 2024
1 parent 6128b98 commit 9c6e051
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ target_link_libraries(chiaki-borealis

# install
install(TARGETS chiaki-borealis DESTINATION bin)

linux_install(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/chiaki.conf
)
2 changes: 2 additions & 0 deletions gui2/chiaki.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
video_resolution = "720p"
video_fps = 60

0 comments on commit 9c6e051

Please sign in to comment.