Skip to content

Commit 9a47e03

Browse files
authored
Updating CMakeLists with recently added files (#77)
* Adding missing files and the ArgumentParser external dependency to CMake build. * Removing ArgumentParser build instructions, to be reviewed separately.
1 parent f70bf47 commit 9a47e03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/Benchmark/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
add_library(Benchmark
22
Benchmark.swift
33
BenchmarkArguments.swift
4+
BenchmarkColumn.swift
45
BenchmarkCommand.swift
56
BenchmarkFilter.swift
7+
BenchmarkFormatter.swift
68
BenchmarkMain.swift
79
BenchmarkReporter.swift
810
BenchmarkResult.swift

Tests/BenchmarkTests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
add_library(BenchmarkTests
2+
BenchmarkColumnTests.swift
23
BenchmarkCommandTests.swift
34
BenchmarkReporterTests.swift
45
BenchmarkRunnerTests.swift
56
BenchmarkSettingTests.swift
67
BenchmarkSuiteTests.swift
7-
BlackHoleReporter.swift
88
CustomBenchmarkTests.swift
99
MockTextOutputStream.swift
1010
StatsTests.swift

0 commit comments

Comments
 (0)