We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718f272 commit 3404ba1Copy full SHA for 3404ba1
CMakeLists.txt
@@ -3,9 +3,10 @@
3
# Unix: export LUA_DIR=/home/user/pkg
4
# Windows: set LUA_DIR=c:\lua51
5
6
-project(lua-cjson C)
7
cmake_minimum_required(VERSION 2.6)
8
+project(lua-cjson C)
9
+
10
option(USE_INTERNAL_FPCONV "Use internal strtod() / g_fmt() code for performance")
11
option(MULTIPLE_THREADS "Support multi-threaded apps with internal fpconv - recommended" ON)
12
0 commit comments