Skip to content

Instantly share code, notes, and snippets.

@bukowa
Created February 4, 2025 12:43
Show Gist options
  • Save bukowa/1a6d7759a379bc21dabd658e150bfc1d to your computer and use it in GitHub Desktop.
Save bukowa/1a6d7759a379bc21dabd658e150bfc1d to your computer and use it in GitHub Desktop.
find panelw and ncursesw in msys2 while compiling multitail
find_library(NCURSES_LIB NAMES ncursesw PATHS /mingw64/lib REQUIRED)
find_library(PANEL_LIB NAMES panelw PATHS /mingw64/lib REQUIRED)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment