diff --git a/CMakeLists.txt b/CMakeLists.txt index f0e12f1..376e779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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