diff options
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 |