~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Demos/Demo_PanelView/Demo_PanelView.list

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set (HEADER_FILES
2
 
  DemoKeeper.h
3
 
  PanelDirector.h
4
 
  PanelDynamic.h
5
 
  PanelStatic.h
6
 
  PanelView.h
7
 
  PanelViewCell.h
8
 
  PanelViewWindow.h
9
 
)
10
 
set (SOURCE_FILES
11
 
  DemoKeeper.cpp
12
 
  PanelDirector.cpp
13
 
  PanelDynamic.cpp
14
 
  PanelStatic.cpp
15
 
  ../../Common/Base/BaseResource.rc
16
 
)
17
 
SOURCE_GROUP("Source Files" FILES
18
 
  DemoKeeper.cpp
19
 
  PanelDirector.cpp
20
 
  PanelDynamic.cpp
21
 
  PanelStatic.cpp
22
 
)
23
 
SOURCE_GROUP("Header Files" FILES
24
 
  DemoKeeper.h
25
 
  PanelDirector.h
26
 
  PanelDynamic.h
27
 
  PanelStatic.h
28
 
  PanelView.h
29
 
  PanelViewCell.h
30
 
  PanelViewWindow.h
31
 
)
32
 
SOURCE_GROUP("Resources" FILES
33
 
  ../../Common/Base/BaseResource.rc
34
 
  CMakeLists.txt
35
 
)
36
 
SOURCE_GROUP("" FILES
37
 
)
 
1
set (HEADER_FILES
 
2
  DemoKeeper.h
 
3
  PanelDirector.h
 
4
  PanelDynamic.h
 
5
  PanelStatic.h
 
6
  PanelView.h
 
7
  PanelViewCell.h
 
8
  PanelViewWindow.h
 
9
)
 
10
set (SOURCE_FILES
 
11
  ../../Common/Base/BaseResource.rc
 
12
  DemoKeeper.cpp
 
13
  PanelDirector.cpp
 
14
  PanelDynamic.cpp
 
15
  PanelStatic.cpp
 
16
)
 
17
SOURCE_GROUP("Header Files" FILES
 
18
  DemoKeeper.h
 
19
  PanelDirector.h
 
20
  PanelDynamic.h
 
21
  PanelStatic.h
 
22
  PanelView.h
 
23
  PanelViewCell.h
 
24
  PanelViewWindow.h
 
25
)
 
26
SOURCE_GROUP("Resources" FILES
 
27
  ../../Common/Base/BaseResource.rc
 
28
  CMakeLists.txt
 
29
)
 
30
SOURCE_GROUP("Source Files" FILES
 
31
  DemoKeeper.cpp
 
32
  PanelDirector.cpp
 
33
  PanelDynamic.cpp
 
34
  PanelStatic.cpp
 
35
)