-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
1,037 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* Generated by CMake build tool. | ||
*/ | ||
#pragma once | ||
|
||
// This build supports OpenCV integration? | ||
#cmakedefine DEPTHAI_HAVE_OPENCV_SUPPORT | ||
|
||
// Build specific settings overwrite | ||
#ifdef DEPTHAI_TARGET_CORE | ||
#ifndef DEPTHAI_TARGET_OPENCV | ||
#undef DEPTHAI_HAVE_OPENCV_SUPPORT | ||
#endif | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
/* | ||
* Generated by CMake build tool. | ||
* To modify version, open CMakeLists.txt and bump the version in project() function | ||
/* | ||
* Generated by CMake build tool. | ||
* To modify version, open CMakeLists.txt and bump the version in project() function | ||
*/ | ||
|
||
#pragma once | ||
|
||
namespace dai | ||
{ | ||
namespace build | ||
{ | ||
constexpr static const char* VERSION = "${PROJECT_VERSION}"; | ||
constexpr static const int VERSION_MAJOR = ${PROJECT_VERSION_MAJOR}; | ||
constexpr static const int VERSION_MINOR = ${PROJECT_VERSION_MINOR}; | ||
constexpr static const int VERSION_PATCH = ${PROJECT_VERSION_PATCH}; | ||
} // namespace Build | ||
namespace build | ||
{ | ||
constexpr static const char* VERSION = "${PROJECT_VERSION}"; | ||
constexpr static const int VERSION_MAJOR = ${PROJECT_VERSION_MAJOR}; | ||
constexpr static const int VERSION_MINOR = ${PROJECT_VERSION_MINOR}; | ||
constexpr static const int VERSION_PATCH = ${PROJECT_VERSION_PATCH}; | ||
|
||
constexpr static const char* COMMIT = "${BUILD_COMMIT}"; | ||
constexpr static const char* COMMIT_DATETIME = "${BUILD_COMMIT_DATETIME}"; | ||
constexpr static const char* BUILD_DATETIME = "${BUILD_DATETIME}"; | ||
} // namespace build | ||
} // namespace dai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.