mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Add ColorConv.cpp/h to a bunch of project files
This commit is contained in:
parent
31961eace9
commit
1285ae4a61
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user