PROJECT( yast2-control-center ) CMAKE_MINIMUM_REQUIRED( VERSION 2.6.0 ) FIND_PACKAGE( Qt4 REQUIRED ) SET( RPMNAME "yast2-control-center" ) INCLUDE(YastCommon) GENERATE_PACKAGING(${RPMNAME} ${VERSION}) ADD_SUBDIRECTORY( src )