From 340bc15703fe0ac0457fcbe6a456fb7bda23f93b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 9 Oct 2010 05:53:43 -0700 Subject: Added install.xml to the IDE under the 'Library Install File' folder --- linden/indra/newview/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'linden') diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 9ac2d57..dfd35bf 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -1147,6 +1147,19 @@ set_source_files_properties(${viewer_XUI_FILES} list(APPEND viewer_SOURCE_FILES ${viewer_XUI_FILES}) + +set(viewer_LIBRARY_INSTALL_FILES + ${CMAKE_SOURCE_DIR}/../install.xml + ) + +source_group("Library Install File" FILES ${viewer_LIBRARY_INSTALL_FILES}) + +set_source_files_properties(${viewer_LIBRARY_INSTALL_FILES} + PROPERTIES HEADER_FILE_ONLY TRUE) + +list(APPEND viewer_SOURCE_FILES ${viewer_LIBRARY_INSTALL_FILES}) + + set(viewer_APPSETTINGS_FILES app_settings/anim.ini app_settings/ao_template.ini -- cgit v1.1