diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-10 20:16:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-10 20:47:24 +0300 |
commit | 6c9c56b70db43f4100863d312835fce763698008 (patch) | |
tree | 4a182019f18677c1b71202a79d8f4faceebe05c9 /src/CMakeLists.txt | |
parent | 5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7 (diff) | |
download | manaplus-6c9c56b70db43f4100863d312835fce763698008.tar.gz manaplus-6c9c56b70db43f4100863d312835fce763698008.tar.bz2 manaplus-6c9c56b70db43f4100863d312835fce763698008.tar.xz manaplus-6c9c56b70db43f4100863d312835fce763698008.zip |
Rename physfstools into virtfs.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 89d6f2595..1e14b48de 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -891,8 +891,8 @@ SET(SRCS utils/physfsmemoryobject.h utils/physfsrwops.cpp utils/physfsrwops.h - utils/physfstools.cpp - utils/physfstools.h + utils/virtfs.cpp + utils/virtfs.h utils/process.cpp utils/process.h utils/sdl2helper.cpp @@ -1769,8 +1769,8 @@ SET(DYE_CMD_SRCS utils/perfomance.h utils/physfsrwops.cpp utils/physfsrwops.h - utils/physfstools.cpp - utils/physfstools.h + utils/virtfs.cpp + utils/virtfs.h utils/sdl2helper.cpp utils/sdl2helper.h utils/sdlcheckutils.cpp |