Created
February 4, 2025 12:43
-
-
Save bukowa/1a6d7759a379bc21dabd658e150bfc1d to your computer and use it in GitHub Desktop.
find panelw and ncursesw in msys2 while compiling multitail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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