-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ionut Muthi <[email protected]>
- Loading branch information
1 parent
952e950
commit ac8b4f9
Showing
4 changed files
with
20 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
include/iiodebug/scopy-iiodebug_export.h | ||
include/iiodebug/scopy-iiodebug_config.h |
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
11 changes: 11 additions & 0 deletions
11
plugins/iiodebug/include/iiodebug/scopy-iiodebug_config.h.cmakein
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,11 @@ | ||
#ifndef SCOPY_IIODEBUG_CONFIG_H_CMAKEIN | ||
#define SCOPY_IIODEBUG_CONFIG_H_CMAKEIN | ||
|
||
#define IIODEBUG_PLUGIN_DISPLAY_NAME "@PLUGIN_DISPLAY_NAME@" | ||
#define IIODEBUG_PLUGIN_SCOPY_MODULE "@SCOPY_MODULE@" | ||
#define IIODEBUG_PLUGIN_DESCRIPTION "@PLUGIN_DESCRIPTION@" | ||
|
||
#cmakedefine ENABLE_SCOPYJS | ||
|
||
#endif // SCOPY_IIODEBUG_CONFIG_H_CMAKEIN | ||
|