diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 349342e..8d8a420 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -30,7 +30,7 @@ else() | |||
30 | set(_lua_module_dir "${_lua_lib_dir}/lua/5.1") | 30 | set(_lua_module_dir "${_lua_lib_dir}/lua/5.1") |
31 | endif() | 31 | endif() |
32 | 32 | ||
33 | add_library(cjson MODULE lua_cjson.c strbuf.c) | 33 | add_library(cjson MODULE lua_cjson.c strbuf.c fpconv.c) |
34 | set_target_properties(cjson PROPERTIES PREFIX "") | 34 | set_target_properties(cjson PROPERTIES PREFIX "") |
35 | install(TARGETS cjson DESTINATION "${_lua_module_dir}") | 35 | install(TARGETS cjson DESTINATION "${_lua_module_dir}") |
36 | 36 | ||