diff options
author | Armin Weatherwax | 2010-06-14 14:29:10 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:42:38 +0200 |
commit | c791570b8f7704dd3af382ab1d6ad446af1fa671 (patch) | |
tree | 5e556779651cdf826a5d599493a0a0c32734b43b /linden/indra/newview/CMakeLists.txt | |
parent | port llprimitive from SG2.0 (diff) | |
download | meta-impy-c791570b8f7704dd3af382ab1d6ad446af1fa671.zip meta-impy-c791570b8f7704dd3af382ab1d6ad446af1fa671.tar.gz meta-impy-c791570b8f7704dd3af382ab1d6ad446af1fa671.tar.bz2 meta-impy-c791570b8f7704dd3af382ab1d6ad446af1fa671.tar.xz |
make it compile and run.
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index b576ccd..75ba977 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -1174,7 +1174,6 @@ set(viewer_APPSETTINGS_FILES | |||
1174 | ${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg | 1174 | ${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg |
1175 | ) | 1175 | ) |
1176 | 1176 | ||
1177 | |||
1178 | source_group("App Settings" FILES ${viewer_APPSETTINGS_FILES}) | 1177 | source_group("App Settings" FILES ${viewer_APPSETTINGS_FILES}) |
1179 | 1178 | ||
1180 | set_source_files_properties(${viewer_APPSETTINGS_FILES} | 1179 | set_source_files_properties(${viewer_APPSETTINGS_FILES} |