File: CMakeLists.txt

package info (click to toggle)
frameworkintegration 5.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,160 kB
  • sloc: cpp: 782; sh: 29; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
add_subdirectory(integrationplugin)
add_subdirectory(kstyle)
add_subdirectory(infopage)
if (BUILD_KPACKAGE_INSTALL_HANDLERS)
	add_subdirectory(kpackage-install-handlers)
endif()