We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82afe27 commit e6b5111Copy full SHA for e6b5111
app/api-tests/CMakeLists.txt
@@ -47,4 +47,12 @@ if(TEST_SOURCES)
47
48
SOURCE_GROUP(tests REGULAR_EXPRESSION ".*.test.(cpp|h)+")
49
SOURCE_GROUP(tests FILES ${TEST_SOURCES})
50
+
51
+ if(WIN32)
52
+ add_custom_command(TARGET ${APP_NAME} POST_BUILD
53
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different
54
+ "${CMAKE_SOURCE_DIR}/build/api/vendor/kissfft-131.1.0/Release/kissfft-float.dll"
55
+ $<TARGET_FILE_DIR:${APP_NAME}>)
56
57
+ endif()
58
endif()
0 commit comments