From 26d40b0346ab95fd25e06545f93838647d816f70 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Mon, 3 Jul 2023 09:38:48 +0200 Subject: [PATCH] scord-ctl: Properly install scord-ctl binary Fixes #139 --- src/scord-ctl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scord-ctl/CMakeLists.txt b/src/scord-ctl/CMakeLists.txt index 10107f90..dbfb6a33 100644 --- a/src/scord-ctl/CMakeLists.txt +++ b/src/scord-ctl/CMakeLists.txt @@ -44,4 +44,4 @@ target_link_libraries( libscord_cxx_types fmt::fmt CLI11::CLI11 ryml::ryml ) -install(TARGETS scord DESTINATION ${CMAKE_INSTALL_BINDIR}) +install(TARGETS scord-ctl DESTINATION ${CMAKE_INSTALL_BINDIR}) -- GitLab