aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be6a2f2..2c5c66f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,9 +3,10 @@
3# Redistribution and use of this file is allowed according to the terms of the MIT license. 3# Redistribution and use of this file is allowed according to the terms of the MIT license.
4# For details see the COPYRIGHT file distributed with LuaDist. 4# For details see the COPYRIGHT file distributed with LuaDist.
5# Please note that the package source code is licensed under its own license. 5# Please note that the package source code is licensed under its own license.
6CMAKE_MINIMUM_REQUIRED(VERSION 3.18)
7PROJECT(lanes CXX)
8set (CMAKE_CXX_STANDARD 20)
6 9
7PROJECT(lanes C)
8CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
9 10
10 11
11FIND_PACKAGE(Lua51 REQUIRED) 12FIND_PACKAGE(Lua51 REQUIRED)