Skip to content

Instantly share code, notes, and snippets.

@alxlion
Created February 19, 2016 22:43
Show Gist options
  • Save alxlion/cbe5dc74335c8970d036 to your computer and use it in GitHub Desktop.
Save alxlion/cbe5dc74335c8970d036 to your computer and use it in GitHub Desktop.
Include ncurses lib in Cmake project
find_package(Curses REQUIRED)
include_directories(${CURSES_INCLUDE_DIR})
target_link_libraries(${PROJECT_NAME} ${CURSES_LIBRARIES})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment