Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3db82fb

Browse files
author
Ivan Baidakou
committed
Minor fixes
1 parent 726fa0a commit 3db82fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_library(StatsdClient2 statsd_client.cpp)
1+
add_library(StatsdClient statsd_client.cpp)
22

3-
install (TARGETS StatsdClient2 DESTINATION bin)
4-
install (FILES MathFunctions.h DESTINATION include)
3+
install (TARGETS StatsdClient DESTINATION lib)
4+
install (FILES statsd_client.h DESTINATION include)

0 commit comments

Comments
 (0)