actually fixed tinfo

This commit is contained in:
rexy712 2019-01-14 17:31:50 -08:00
parent 8c561778ee
commit 138c20ba28

View File

@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
find_package(Curses REQUIRED)
find_package(Tinfo QUIET)
find_library(TINFO_LIBRARY tinfo)
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
add_executable (roflcat src/roflcat.cpp src/cmd.cpp)