commit a9b26739745ebe540b9f7fc1fbe4c3276a005abe parent 31544602b2fe71af732b04589286bab86b870d4d Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 22 Sep 2017 11:20:40 +0200 Change Project name to tunneldigger Diffstat:
| M | CMakeLists.txt | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) -project(helloWorld__) +project(tunneldigger_broker) set(CMAKE_CXX_STANDARD 14) set(SOURCE_FILES main.cpp) -add_executable(helloWorld__ ${SOURCE_FILES}) -\ No newline at end of file +add_executable(tunneldigger_broker ${SOURCE_FILES})