Skip to content

Commit

Permalink
add metrics library
Browse files Browse the repository at this point in the history
  • Loading branch information
gmd20 committed May 7, 2014
1 parent 59a5b18 commit cf9114f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webrtc/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include_directories("${webrtc_root}/")

set (command_line_parser_source
"simple_command_line_parser.h"
"simple_command_line_parser.cc")

add_library(command_line_parser STATIC ${command_line_parser_source})

0 comments on commit cf9114f

Please sign in to comment.