-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable building libmysofa without cmake
- Loading branch information
Showing
7 changed files
with
98 additions
and
15 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
Submodule libmysofa
updated
9 files
+5 −3 | CMakeLists.txt | |
+2 −0 | src/CMakeLists.txt | |
+1 −1 | src/hdf/btree.c | |
+0 −5 | src/hrtf/check.c | |
+1 −14 | src/hrtf/portable_endian.h | |
+22 −4 | src/tests/sofa2json.c | |
+1 −1 | tests/compare.sh | |
+1 −1 | tests/compareIgnoreNew.sh | |
+ − | tests/latTestAziBeRTA_Resamp1_Fran.sofa |
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,9 @@ | ||
#ifndef _CONFIG_H | ||
#define _CONFIG_H | ||
|
||
#define CMAKE_INSTALL_PREFIX "/usr/local" | ||
#define CPACK_PACKAGE_VERSION_MAJOR 1 | ||
#define CPACK_PACKAGE_VERSION_MINOR 3 | ||
#define CPACK_PACKAGE_VERSION_PATCH 2 | ||
|
||
#endif // _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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#ifndef MYSOFA_EXPORT_H_ | ||
#define MYSOFA_EXPORT_H_ | ||
|
||
#define MYSOFA_EXPORT | ||
#define MYSOFA_NO_EXPORT | ||
|
||
#endif // MYSOFA_EXPORT_H_ |