Missed the CMake file in backing out changes
parent
9dbe107f4e
commit
c0ae5bb99b
|
|
@ -1211,18 +1211,18 @@ endif (WINDOWS)
|
|||
# Add the xui files. This is handy for searching for xui elements
|
||||
# from within the IDE.
|
||||
set(viewer_XUI_FILES
|
||||
skins/base/colors.xml
|
||||
skins/base/textures/textures.xml
|
||||
skins/default/colors.xml
|
||||
skins/default/textures/textures.xml
|
||||
|
||||
|
||||
|
||||
)
|
||||
file(GLOB DEFAULT_XUI_FILE_GLOB_LIST
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/skins/base/xui/en/*.xml)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/skins/default/xui/en/*.xml)
|
||||
list(APPEND viewer_XUI_FILES ${DEFAULT_XUI_FILE_GLOB_LIST})
|
||||
|
||||
file(GLOB DEFAULT_WIDGET_FILE_GLOB_LIST
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/skins/base/xui/en/widgets/*.xml)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/skins/default/xui/en/widgets/*.xml)
|
||||
list(APPEND viewer_XUI_FILES ${DEFAULT_WIDGET_FILE_GLOB_LIST})
|
||||
|
||||
file(GLOB SILVER_XUI_FILE_GLOB_LIST
|
||||
|
|
|
|||
Loading…
Reference in New Issue