Merge "Do not change BlendMode by following whether advanced blend equation is appied...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / third-party / file.list
1 # Set the source directory
2 SET( third_party_src_dir ${ROOT_SRC_DIR}/dali-toolkit/third-party )
3
4 SET( third_party_src_files
5    ${third_party_src_dir}/yoga/Utils.cpp
6    ${third_party_src_dir}/yoga/YGConfig.cpp
7    ${third_party_src_dir}/yoga/YGEnums.cpp
8    ${third_party_src_dir}/yoga/YGFloatOptional.cpp
9    ${third_party_src_dir}/yoga/YGLayout.cpp
10    ${third_party_src_dir}/yoga/YGNode.cpp
11    ${third_party_src_dir}/yoga/YGNodePrint.cpp
12    ${third_party_src_dir}/yoga/YGStyle.cpp
13    ${third_party_src_dir}/yoga/Yoga.cpp
14 )
15
16 SET( SOURCES ${SOURCES}
17   ${third_party_src_files}
18 )