CMakeLists.txt

1
2
3
4
5
add_executable(plogcat
        plogcat.cpp
    )
target_link_libraries(plogcat PUBLIC planet)
install(TARGETS plogcat EXPORT plogcat RUNTIME DESTINATION bin)