diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-07 01:39:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-07 01:56:53 +0300 |
commit | 9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede (patch) | |
tree | f30d5dfa2419260ada62144dc63e1dcb2ee92198 /src/CMakeLists.txt | |
parent | bfe9b1eeb587254d92c3ebb338b50ce1e7dfac79 (diff) | |
download | plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.gz plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.bz2 plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.tar.xz plus-9ea6291b7259de2935d1a8fe3b45ef8eb2c67ede.zip |
Add SDL2 errors logging.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 37389a0c2..d0971b0c6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -946,6 +946,8 @@ SET(SRCS utils/process.h utils/sdl2helper.cpp utils/sdl2helper.h + utils/sdl2logger.cpp + utils/sdl2logger.h utils/sdlcheckutils.cpp utils/sdlcheckutils.h utils/sdlhelper.cpp @@ -1869,6 +1871,8 @@ SET(DYE_CMD_SRCS fs/virtfs/ziplocalheader.h utils/sdl2helper.cpp utils/sdl2helper.h + utils/sdl2logger.cpp + utils/sdl2logger.h utils/sdlcheckutils.cpp utils/sdlcheckutils.h utils/sdlhelper.cpp |