Proper sqlite dependency fix.
This commit is contained in:
parent
194678100a
commit
eb8244f1c2
@ -29,7 +29,8 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
||||
endif()
|
||||
|
||||
add_library(sqlite ${SOURCE})
|
||||
target_link_libraries(sqlite lua)
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(sqlite ${DYNAMIC_LOADER} lua)
|
||||
target_link_libraries(sqlite ${DYNAMIC_LOADER})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user