File: PurifyConfig.in.cmake

package info (click to toggle)
purify 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 186,852 kB
  • sloc: cpp: 17,731; python: 510; xml: 182; makefile: 7; sh: 6
file content (11 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
get_filename_component(Purify_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
message(STATUS "Linking to purify package in ${Purify_CMAKE_DIR}")
if(NOT TARGET libpurify AND EXISTS "${Purify_CMAKE_DIR}/PurifyTargets.cmake")
  include("${Purify_CMAKE_DIR}/PurifyTargets.cmake")
endif()

set(Purify_INCLUDE_DIRS "@ALL_INCLUDE_DIRS@")
set(Purify_LIBRARIES libpurify)
if(TARGET purify)
  set(Purify_EXECUTABLE purify)
endif()