dash -> neobytes

This commit is contained in:
SikkieNL 2024-12-16 15:47:21 +01:00
parent 41fa39aa3f
commit 3449d83ec2

View File

@ -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})