Skip to content

Commit

Permalink
Add link directories to SQLite3 addon
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Oct 2, 2012
1 parent bb02b51 commit c5199c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/SQLite3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if(SQLITE_FOUND)
# Additional include directories
include_directories(${SQLITE_INCLUDE_DIRS})

# Additional link directories
link_directories(${SQLITE_LIBRARY_DIRS})

# Generate the IoSQLite3Init.c file.
# Argument SHOULD ALWAYS be the exact name of the addon, case is
# important.
Expand Down

0 comments on commit c5199c6

Please sign in to comment.