File: PluginConfig.cmake.in

package info (click to toggle)
kadu 4.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 54,532 kB
  • sloc: cpp: 128,331; sh: 988; awk: 105; makefile: 75
file content (10 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
if (NOT TARGET @KADU_PLUGIN_NAME@)
	foreach (_plugin_dependency @KADU_PLUGIN_DEPENDENCIES@)
		set (KaduPlugin_${_plugin_dependency}_DIR "${Kadu_DIR}")
		find_package (KaduPlugin_${_plugin_dependency} REQUIRED)
	endforeach ()

	include ("${CMAKE_CURRENT_LIST_DIR}/KaduPlugin_@KADU_PLUGIN_NAME@Targets.cmake")

	set (KADU_PLUGIN_@KADU_PLUGIN_NAME@_LIBRARIES @KADU_PLUGIN_NAME@)
endif ()