Created
February 19, 2016 22:43
-
-
Save alxlion/cbe5dc74335c8970d036 to your computer and use it in GitHub Desktop.
Include ncurses lib in Cmake project
This file contains hidden or 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_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