forked from Qortal/Brooklyn
7 lines
188 B
CMake
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)
|