Be actually able to use a system Termo library
This commit is contained in:
parent
0bbcbb7207
commit
3071db8e19
|
@ -40,7 +40,7 @@ else ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set (project_libraries ${Unistring_LIBRARIES}
|
set (project_libraries ${Unistring_LIBRARIES}
|
||||||
${Ncursesw_LIBRARIES} termo-static)
|
${Ncursesw_LIBRARIES} ${Termo_LIBRARIES})
|
||||||
|
|
||||||
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua54 lua5.4 lua-5.4 lua>=5.3)
|
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua54 lua5.4 lua-5.4 lua>=5.3)
|
||||||
option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})
|
option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})
|
||||||
|
|
Loading…
Reference in New Issue