We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2940254 + a245c42 commit 9856d31Copy full SHA for 9856d31
4 files changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
2
3
project(Jaculus-machine)
4
src/CMakeLists.txt
set(JAC_MACHINE_SRC
"jac/machine/machine.cpp"
src/quickjs.CMakeLists.txt
project(QuickJS)
tests/CMakeLists.txt
Include(FetchContent)
include(CTest)
0 commit comments