FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
xtensor-python/xtensor-pythonConfig.cmake.in at master · xtensor-stack/xtensor-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
xtensor-stack
/
xtensor-python
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
369
Code
Issues
38
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
xtensor-python
/
xtensor-pythonConfig.cmake.in
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 1.09 KB
Breadcrumbs
xtensor-python
/
xtensor-pythonConfig.cmake.in
Copy path
File metadata and controls
22 lines (19 loc) · 1.09 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
###########################################################################
#
Copyright (c) Wolf Vollprecht, Johan Mabille and Sylvain Corlay #
#
Copyright (c) QuantStack #
#
#
#
Distributed under the terms of the BSD 3-Clause License. #
#
#
#
The full license is in the file LICENSE, distributed with this software. #
#
###########################################################################
#
xtensor-python cmake module
#
This module sets the following variables in your project::
#
#
xtensor-python_FOUND - true if xtensor-python found on the system
#
xtensor-python_INCLUDE_DIRS - the directory containing xtensor-python headers
#
xtensor-python_LIBRARY - empty
@PACKAGE_INIT@
if
(
NOT
TARGET
@
PROJECT_NAME
@)
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/@PROJECT_NAME@Targets.cmake"
)
get_target_property
(@
PROJECT_NAME
@_INCLUDE_DIRS xtensor-python
INTERFACE_INCLUDE_DIRECTORIES
)
endif
()
Back
|
FazBrowse Home
|
New Git URL