Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit bc9ca50

Browse files
committed
Fix CMakeList.txt
1 parent 9e75c37 commit bc9ca50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ project ( lua-cjson C )
88
cmake_minimum_required ( VERSION 2.6 )
99
include ( dist.cmake )
1010

11+
1112
# lua-cjson modules
13+
add_definitions ( -DVERSION="1.0.3" )
1214
install_lua_module( cjson lua_cjson.c strbuf.c )
1315

1416

0 commit comments

Comments
 (0)