Fix letter case in CMakeLists.txt

This commit is contained in:
Arseniy Shestakov 2016-03-26 06:16:40 +03:00
parent 7e185111a8
commit 5e9e969bb2
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ set(SOURCES
../common/txsheet/tcolumnset.cpp
../common/tfx/binaryFx.cpp
texternfx.cpp
../common/TFx/tfx.cpp
../common/tfx/tfx.cpp
../common/tfx/tfxcachemanager.cpp
../common/tfx/tcacheresource.cpp
../common/tfx/tcacheresourcepool.cpp
@ -98,7 +98,7 @@ set(SOURCES
trasterfx.cpp
../common/tfx/trenderer.cpp
../common/tfx/trenderresourcemanager.cpp
../common/TFx/ttzpimagefx.cpp
../common/tfx/ttzpimagefx.cpp
../common/tfx/unaryFx.cpp
../common/tfx/zeraryFx.cpp
../common/tapptools/tcli.cpp

View file

@ -69,7 +69,7 @@ set(SOURCES
rastererasertool.cpp
rastertapetool.cpp
rasterselectiontool.cpp
RGBpickertool.cpp
rgbpickertool.cpp
selectiontool.cpp
setsaveboxtool.cpp
skeletonsubtools.cpp