aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ncurses/usage
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ncurses/usage
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/ncurses/usage')
-rw-r--r--vcpkg/ports/ncurses/usage7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/ncurses/usage b/vcpkg/ports/ncurses/usage
new file mode 100644
index 0000000..ff8bc2d
--- /dev/null
+++ b/vcpkg/ports/ncurses/usage
@@ -0,0 +1,7 @@
+The package ncurses is compatible with built-in CMake variables:
+
+ set(CURSES_NEED_NCURSES TRUE)
+ find_package(Curses REQUIRED)
+ target_include_directories(main PRIVATE ${CURSES_INCLUDE_DIRS})
+ target_compile_options(main PRIVATE ${CURSES_CFLAGS})
+ target_link_libraries(main PRIVATE ${CURSES_LIBRARIES})