-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated anira submodule to latest tag v0.1.2
- Loading branch information
Showing
4 changed files
with
18 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
foreach(FORMAT IN LISTS FORMATS_TO_BUILD) | ||
string(CONCAT PLUGIN_TARGET ${TARGET_NAME}_${FORMAT}) | ||
message(STATUS "${PLUGIN_TARGET}") | ||
message(STATUS "${ANIRA_SHARED_LIBS_WIN}") | ||
|
||
add_custom_command(TARGET ${PLUGIN_TARGET} | ||
POST_BUILD | ||
COMMAND ${CMAKE_COMMAND} -E copy_if_different | ||
${ANIRA_SHARED_LIBS_WIN} | ||
$<TARGET_FILE_DIR:${TARGET_NAME}>/${FORMAT}) | ||
endforeach() |
Submodule anira
updated
from a8671e to 5dfa33
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ static anira::InferenceConfig hybridNNConfig( | |
10.66f, | ||
0, | ||
true, | ||
0.5f, | ||
0.0f, | ||
false | ||
); | ||
|
||
|