Adding cmake install target
This commit is contained in:
parent
1f0ebfaad7
commit
2c9466aea9
@ -9,3 +9,4 @@ add_executable(aliencat_exporter main.cpp
|
||||
DataSources/DnsmasqSource.cpp
|
||||
DataSources/DnsmasqSource.h)
|
||||
target_link_libraries(aliencat_exporter PRIVATE prometheus-cpp::pull)
|
||||
install(TARGETS aliencat_exporter)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user