i swear
This commit is contained in:
parent
138c20ba28
commit
c25594ccda
@ -14,7 +14,7 @@ set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
|
||||
add_executable (roflcat src/roflcat.cpp src/cmd.cpp)
|
||||
target_include_directories(roflcat PUBLIC ${INCLUDE_PATH})
|
||||
target_include_directories(roflcat PUBLIC ${CURSES_INCLUDE_DIRS} ${TINFO_INCLUDE_DIRS})
|
||||
target_link_libraries(roflcat PRIVATE ${CURSES_LIBRARIES} ${TINFO_LIBRARIES})
|
||||
target_link_libraries(roflcat PRIVATE ${CURSES_LIBRARIES} ${TINFO_LIBRARY})
|
||||
install(TARGETS roflcat RUNTIME DESTINATION bin)
|
||||
|
||||
#uninstall target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user