dash -> neobytes
This commit is contained in:
parent
41fa39aa3f
commit
3449d83ec2
@ -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
|
# 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)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(dash)
|
project(neobytes)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
@ -87,4 +87,4 @@ file(GLOB SOURCE_FILES
|
|||||||
src/zmq/*.h
|
src/zmq/*.h
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(dash ${SOURCE_FILES})
|
add_executable(neobytes ${SOURCE_FILES})
|
||||||
|
Loading…
Reference in New Issue
Block a user