From 3449d83ec29eff2f0e6f97d9d7ae3c71dac154a8 Mon Sep 17 00:00:00 2001 From: SikkieNL Date: Mon, 16 Dec 2024 15:47:21 +0100 Subject: [PATCH] dash -> neobytes --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 670d3e339..8ad2df4f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # You'll also have to manually change the executable in the configuration to the correct path of the already built executable cmake_minimum_required(VERSION 3.7) -project(dash) +project(neobytes) set(CMAKE_CXX_STANDARD 14) @@ -87,4 +87,4 @@ file(GLOB SOURCE_FILES src/zmq/*.h ) -add_executable(dash ${SOURCE_FILES}) +add_executable(neobytes ${SOURCE_FILES})