-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... and added missing Emscripten detection. Doesn't need to be explicitly set anymore -- emcmake suffices. Signed-off-by: rstein <r.steinhagen@gsi.de>
- Loading branch information
1 parent
ed71b4c
commit 5e9d0a5
Showing
6 changed files
with
83 additions
and
41 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,10 @@ | ||
#ifndef GNURADIO_GRAPH_PROJECT_CONFIG | ||
#define GNURADIO_GRAPH_PROJECT_CONFIG | ||
|
||
#define CXX_COMPILER_PATH "@CMAKE_CXX_COMPILER@" | ||
#define CXX_COMPILER_ARG1 "@CMAKE_CXX_COMPILER_ARG1@" | ||
#define CXX_COMPILER_ID "@CMAKE_CXX_COMPILER_ID@" | ||
#define CXX_COMPILER_VERSION "@CMAKE_CXX_COMPILER_VERSION@" | ||
#define CXX_COMPILER_FLAGS "@ALL_COMPILER_FLAGS@" | ||
|
||
#endif // GNURADIO_GRAPH_PROJECT_CONFIG |
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