MS Windows - Fix compile errors when debug is enabled.
[platform/core/uifw/dali-core.git] / dali / internal / file-windows.list
1 # Set the source directory
2 SET( internal_src_dir ${ROOT_SRC_DIR}/dali/internal )
3
4 # Add internal windows source files here
5 SET( internal_windows_src_files
6   ${internal_src_dir}/event/common/demangler-windows.cpp
7 )
8
9 SET( SOURCES ${SOURCES}
10   ${internal_windows_src_files}
11 )