For the love of god, please

This commit is contained in:
rexy712 2019-01-14 18:58:24 -08:00
parent c25594ccda
commit adea8f719e

View File

@ -9,6 +9,9 @@ set(CMAKE_CXX_EXTENSIONS OFF)
find_package(Curses REQUIRED) find_package(Curses REQUIRED)
find_library(TINFO_LIBRARY tinfo) find_library(TINFO_LIBRARY tinfo)
if(NOT TINFO_LIBRARY)
set(TINFO_LIBRARY "")
endif()
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include) set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
add_executable (roflcat src/roflcat.cpp src/cmd.cpp) add_executable (roflcat src/roflcat.cpp src/cmd.cpp)