~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Andrea Azzarone
  • Date: 2013-12-28 17:34:36 UTC
  • mto: (3566.5.438 unity)
  • mto: This revision was merged to the branch mainline in revision 3703.
  • Revision ID: azzaronea@gmail.com-20131228173436-jqschonskxaj5xx3
Initial commit for the unity lockscreen. UserAuthenticator added with tests too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
add_subdirectory(launcher)
259
259
if (ENABLE_X_SUPPORT)
260
260
  add_subdirectory(hud)
 
261
  add_subdirectory(lockscreen)
261
262
  add_subdirectory(panel)
262
263
  add_subdirectory(plugins/unityshell)
263
264
  add_subdirectory(plugins/networkarearegion)