diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-23 01:06:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-23 01:06:11 +0300 |
commit | 2b6106c41f3959d4deb8efc58c9055de0339959e (patch) | |
tree | 2ae271cd59997d4fe128e0173c0224e28417b34b /data/test/dir2/CMakeLists.txt | |
parent | 76667ef0fa911fc8bf37df72896645dbfbbc0763 (diff) | |
download | plus-2b6106c41f3959d4deb8efc58c9055de0339959e.tar.gz plus-2b6106c41f3959d4deb8efc58c9055de0339959e.tar.bz2 plus-2b6106c41f3959d4deb8efc58c9055de0339959e.tar.xz plus-2b6106c41f3959d4deb8efc58c9055de0339959e.zip |
Impliment basic VirtFsDir for virtual fs based on directories.
Api similar to VirtFs.
VirtFsDir unused for now.
Diffstat (limited to 'data/test/dir2/CMakeLists.txt')
-rw-r--r-- | data/test/dir2/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/test/dir2/CMakeLists.txt b/data/test/dir2/CMakeLists.txt new file mode 100644 index 000000000..60f5429ec --- /dev/null +++ b/data/test/dir2/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(FILES + file1.txt + file2.txt + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test/dir2) |