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()