aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-10 17:32:50 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-10 17:32:50 +0200
commit3071db8e19241229ffa384058f07b34919664615 (patch)
tree2641591f5c20786f7152c6770ab6171f46a5cacc
parent0bbcbb72070d7f61b5d6e70093e3ccfdc7d091fa (diff)
downloadhex-origin/master.tar.gz
hex-origin/master.tar.xz
hex-origin/master.zip
Be actually able to use a system Termo libraryHEADorigin/mastermaster
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c10b34..11f5549 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ else ()
endif ()
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)
option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})