File: BALLConfig.cmake.in

package info (click to toggle)
ball 1.5.0%2Bgit20180813.37fc53c-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 239,848 kB
  • sloc: cpp: 326,149; ansic: 4,208; python: 2,303; yacc: 1,778; lex: 1,099; xml: 958; sh: 322; makefile: 93
file content (22 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CMake BALL package configuration file for upstream projects
# Automatically configured by the BALL build system from
# <BALL-Dir>/cmake/BALLConfig.cmake.in

INCLUDE(CMakeFindDependencyMacro)

# Set BALL include directories
SET(BALL_INCLUDE_DIRS "@BALL_INCLUDE_DIRS@")

# Set important CXX compile flags and definitions used for BALL
SET(BALL_CXX_FLAGS "@BALL_PROJECT_COMPILE_FLAGS@")
SET(BALL_COMPILE_DEFINITIONS "@BALL_PROJECT_COMPILE_DEFNS@")

# Search required Qt5 dependencies
SET(QT5_IMPORTED_TARGETS @QT5_IMPORTED_TARGETS@)
FOREACH(QT5_IMPORTED_TARGET ${QT5_IMPORTED_TARGETS})
	 find_dependency(${QT5_IMPORTED_TARGET} @QT_MIN_VERSION@)
ENDFOREACH()


# Create IMPORTED targets for BALL and VIEW
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/BALLExport.cmake")