diff options
author | wwylele <wwylele@gmail.com> | 2016-10-16 22:19:13 +0800 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-11-19 17:17:19 +0200 |
commit | 75ee2f8c67022b0731e438b34fa65216531eccd1 (patch) | |
tree | df4293ddc6a1712e102a7f2d8d71205364b02d6b /src/tests/CMakeLists.txt | |
parent | 4dd8a831bd5ea32108db837754289ab42a2fa6ca (diff) |
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 @@ set(SRCS tests.cpp + core/file_sys/path_parser.cpp ) set(HEADERS |