From 9e1566566aae5dfb45e48774bf89569db7858e17 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 26 Jun 2019 22:20:33 +0200 Subject: [PATCH] X --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d1e79..0b021d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +#X cmake_minimum_required(VERSION 3.6) project(TeaSpeak-Shared) set(CMAKE_CXX_STANDARD 17) @@ -226,4 +227,4 @@ if(NOT WIN32) add_executable(LinkedTest test/LinkedTest.cpp ${SOURCE_FILES}) target_link_libraries(LinkedTest ${TEST_LIBRARIES}) -endif() \ No newline at end of file +endif()