~sil2100/unity/fix-1061081-7.0

« back to all changes in this revision

Viewing changes to unity-shared/CMakeLists.txt

Refactor the WindowManager.. Fixes: . Approved by Thomi Richards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
     UnityWindowView.cpp
65
65
     UserThumbnailProvider.cpp
66
66
     WindowManager.cpp
 
67
     XWindowManager.cpp
67
68
     ubus-server.cpp
68
69
)
69
70
 
77
78
 
78
79
# compiz
79
80
set (UNITY_SHARED_COMPIZ_SOURCES
80
 
     PluginAdapterCompiz.cpp
 
81
     PluginAdapter.cpp
81
82
     )
82
83
add_library (unity-shared-compiz STATIC ${UNITY_SHARED_COMPIZ_SOURCES})
83
84
target_link_libraries (unity-shared-compiz ${LIBS})
86
87
 
87
88
# standalone
88
89
set (UNITY_SHARED_STANDALONE_SOURCES
89
 
     PluginAdapterStandalone.cpp
 
90
     StandaloneWindowManager.cpp
90
91
     )
91
92
add_library (unity-shared-standalone STATIC ${UNITY_SHARED_STANDALONE_SOURCES})
92
93
target_link_libraries (unity-shared-standalone ${LIBS})