-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wildmidi] Update to 0.4.6 and fix the usage (#43123)
Co-authored-by: Monica <[email protected]>
- Loading branch information
1 parent
1faad55
commit d1e9e31
Showing
5 changed files
with
27 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt | ||
index 73fc68c..4a606d6 100644 | ||
--- a/src/CMakeLists.txt | ||
+++ b/src/CMakeLists.txt | ||
@@ -90,6 +90,11 @@ IF (BUILD_SHARED_LIBS) | ||
OUTPUT_NAME ${LIBRARY_DYN_NAME} CLEAN_DIRECT_OUTPUT 1 | ||
) | ||
|
||
+ TARGET_INCLUDE_DIRECTORIES(libwildmidi INTERFACE | ||
+ $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include> | ||
+ $<INSTALL_INTERFACE:include> | ||
+ ) | ||
+ | ||
IF (WIN32) | ||
SET_TARGET_PROPERTIES(libwildmidi PROPERTIES | ||
DEFINE_SYMBOL DLL_EXPORT |
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