Add ColorConv.cpp/h to a bunch of project files

This commit is contained in:
Henrik Rydgard 2015-04-08 20:23:27 +02:00
parent 31961eace9
commit 1285ae4a61
3 changed files with 4 additions and 0 deletions

View File

@ -336,6 +336,8 @@ endif()
add_library(Common STATIC
${CommonExtra}
Common/ColorConv.cpp
Common/ColorConv.h
Common/ChunkFile.cpp
Common/ChunkFile.h
Common/ConsoleListener.cpp

View File

@ -44,6 +44,7 @@ win32 {
}
SOURCES += $$P/Common/ChunkFile.cpp \
$$P/Common/ColorConv.cpp \
$$P/Common/ConsoleListener.cpp \
$$P/Common/FileUtil.cpp \
$$P/Common/LogManager.cpp \

View File

@ -154,6 +154,7 @@ EXEC_AND_LIB_FILES := \
$(SRC)/Common/Crypto/sha1.cpp \
$(SRC)/Common/Crypto/sha256.cpp \
$(SRC)/Common/ChunkFile.cpp \
$(SRC)/Common/ColorConv.cpp \
$(SRC)/Common/KeyMap.cpp \
$(SRC)/Common/LogManager.cpp \
$(SRC)/Common/MemArena.cpp \