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

Commit

Permalink
Fixed module install name
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Sep 30, 2012
1 parent 7d6a421 commit 1379fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -11,4 +11,4 @@ include ( lua )

find_package ( SQLite REQUIRED )
include_directories ( ${SQLITE_INCLUDE_DIRS} src )
install_lua_module ( sqlite src/ls_sqlite.c src/luasql.c LINK ${SQLITE_LIBRARIES} )
install_lua_module ( luasql.sqlite src/ls_sqlite.c src/luasql.c LINK ${SQLITE_LIBRARIES} )

0 comments on commit 1379fcf

Please sign in to comment.