1
0
Fork 0

Fixed builds on FreeBSD 32bit

This commit is contained in:
Julian Laubstein 2015-12-23 17:00:55 +01:00
parent 10c2d84198
commit 2713577dbf
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ endif()
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
add_flags_lnk(-L/usr/local/lib)
add_flags_lnk(-L/usr/ports/devel)
endif()
target_link_libraries(${EXECUTABLE} luaexpat jsoncpp_lib_static mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)