From 9c6e0515061c2169003e5fb640ba515ae857bcfa Mon Sep 17 00:00:00 2001 From: liaowm5 Date: Tue, 4 Jun 2024 02:53:20 +0800 Subject: [PATCH] update CMakeLists.txt --- gui2/CMakeLists.txt | 5 +++++ gui2/chiaki.conf | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 gui2/chiaki.conf diff --git a/gui2/CMakeLists.txt b/gui2/CMakeLists.txt index d5a612d..a3c7908 100644 --- a/gui2/CMakeLists.txt +++ b/gui2/CMakeLists.txt @@ -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 +) diff --git a/gui2/chiaki.conf b/gui2/chiaki.conf new file mode 100644 index 0000000..8686377 --- /dev/null +++ b/gui2/chiaki.conf @@ -0,0 +1,2 @@ +video_resolution = "720p" +video_fps = 60