-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: split out frontend library targets into individual components
- Loading branch information
1 parent
72f5edd
commit 322a530
Showing
8 changed files
with
125 additions
and
71 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
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,6 +1,6 @@ | ||
// Copyright 2022-2024 The Khronos Group | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
#define ANARI_SDK_VERSION_MAJOR @anari_VERSION_MAJOR@ | ||
#define ANARI_SDK_VERSION_MINOR @anari_VERSION_MINOR@ | ||
#define ANARI_SDK_VERSION_PATCH @anari_VERSION_PATCH@ | ||
#define ANARI_SDK_VERSION_MAJOR @ANARI_SDK_VERSION_MAJOR@ | ||
#define ANARI_SDK_VERSION_MINOR @ANARI_SDK_VERSION_MINOR@ | ||
#define ANARI_SDK_VERSION_PATCH @ANARI_SDK_VERSION_PATCH@ |
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