From fed790c0b5fcc8a28a42f3e4164e78bf5a75eeab Mon Sep 17 00:00:00 2001 From: uvos Date: Tue, 11 Jun 2024 14:13:58 +0200 Subject: [PATCH] install binary --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90aa913..68d65db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,3 +5,4 @@ project(infinilog LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) add_executable(${PROJECT_NAME} main.cpp) +install(TARGETS ${PROJECT_NAME} DESTINATION bin)