2021-05-27 19:55:23 +05:00

7 lines
188 B
CMake

add_executable(tvservice tvservice.c)
target_link_libraries(tvservice vchostif)
install(TARGETS tvservice
RUNTIME DESTINATION bin)
install(FILES tvservice.1 DESTINATION man/man1)