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 91ca29d commit 4025f4bCopy full SHA for 4025f4b
CMakeLists.txt
@@ -75,7 +75,7 @@ if(MSVC)
75
add_definitions(-Dstrncasecmp=_strnicmp)
76
endif()
77
78
-add_library(cjson MODULE lua_cjson.c strbuf.c ${FPCONV_SOURCES})
+add_library(cjson STATIC lua_cjson.c strbuf.c ${FPCONV_SOURCES})
79
set_target_properties(cjson PROPERTIES PREFIX "")
80
target_link_libraries(cjson ${_MODULE_LINK})
81
install(TARGETS cjson DESTINATION "${_lua_module_dir}")
0 commit comments