diff options
| author | 2016-10-16 22:19:13 +0800 | |
|---|---|---|
| committer | 2016-11-19 17:17:19 +0200 | |
| commit | 75ee2f8c67022b0731e438b34fa65216531eccd1 (patch) | |
| tree | df4293ddc6a1712e102a7f2d8d71205364b02d6b /src/tests/CMakeLists.txt | |
| parent | FileSys: make Archive interfaces return error code (diff) | |
| download | yuzu-75ee2f8c67022b0731e438b34fa65216531eccd1.tar.gz yuzu-75ee2f8c67022b0731e438b34fa65216531eccd1.tar.xz yuzu-75ee2f8c67022b0731e438b34fa65216531eccd1.zip | |
FileSys: add PathParser
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 457c55571..47799e1c2 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | set(SRCS | 1 | set(SRCS |
| 2 | tests.cpp | 2 | tests.cpp |
| 3 | core/file_sys/path_parser.cpp | ||
| 3 | ) | 4 | ) |
| 4 | 5 | ||
| 5 | set(HEADERS | 6 | set(HEADERS |