diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-04-10 17:32:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-04-10 17:32:50 +0200 |
commit | 3071db8e19241229ffa384058f07b34919664615 (patch) | |
tree | 2641591f5c20786f7152c6770ab6171f46a5cacc | |
parent | 0bbcbb72070d7f61b5d6e70093e3ccfdc7d091fa (diff) | |
download | hex-3071db8e19241229ffa384058f07b34919664615.tar.gz hex-3071db8e19241229ffa384058f07b34919664615.tar.xz hex-3071db8e19241229ffa384058f07b34919664615.zip |
Be actually able to use a system Termo library
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |