Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726fa0a commit 3db82fbCopy full SHA for 3db82fb
src/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-add_library(StatsdClient2 statsd_client.cpp)
+add_library(StatsdClient statsd_client.cpp)
2
3
-install (TARGETS StatsdClient2 DESTINATION bin)
4
-install (FILES MathFunctions.h DESTINATION include)
+install (TARGETS StatsdClient DESTINATION lib)
+install (FILES statsd_client.h DESTINATION include)
0 commit comments