For the love of god, please
This commit is contained in:
parent
c25594ccda
commit
adea8f719e
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user