Be actually able to use a system Termo library
Alpine 3.19 Success Details
Arch Linux AUR Success Details
OpenBSD 7.3 Success Details

This commit is contained in:
Přemysl Eric Janouch 2024-04-10 17:31:40 +02:00
parent c4bce75866
commit e6de4f11e7
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ add_custom_command (OUTPUT ${actions}
# Build the main executable and link it
add_executable (${PROJECT_NAME} ${PROJECT_NAME}.c ${actions})
target_link_libraries (${PROJECT_NAME} ${Unistring_LIBRARIES}
${Ncursesw_LIBRARIES} termo-static ${curl_LIBRARIES} ${extra_libraries})
${Ncursesw_LIBRARIES} ${Termo_LIBRARIES} ${curl_LIBRARIES}
${extra_libraries})
add_threads (${PROJECT_NAME})
# Installation