7 lines
188 B
CMake
Raw Normal View History

2021-05-27 19:55:23 +05:00
add_executable(tvservice tvservice.c)
target_link_libraries(tvservice vchostif)
install(TARGETS tvservice
RUNTIME DESTINATION bin)
install(FILES tvservice.1 DESTINATION man/man1)