From 06189b4d0fcacfc289a0d709b83cee9bb42ee94b Mon Sep 17 00:00:00 2001 From: Roy Falk Date: Sat, 19 Oct 2024 23:42:24 +0300 Subject: [PATCH] Add config.json to CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3562eaa..a718e1ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,6 +174,7 @@ INSTALL(FILES weapons.json DESTINATION share/vegastrike) # Linux specific locations from here on out. INSTALL(FILES vegastrike.config DESTINATION share/vegastrike) +INSTALL(FILES config.json DESTINATION share/vegastrike) INSTALL(FILES vegastrike.desktop DESTINATION share/applications) INSTALL(FILES vegasettings.desktop DESTINATION share/applications)