File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 32
32
* .app
33
33
/.vs
34
34
/out /build
35
+ /build
36
+ /.vscode
35
37
/CMakeSettings.json
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ message(STATUS "xtensor-signal v${${PROJECT_NAME}_VERSION}")
31
31
# Dependencies
32
32
# ============
33
33
34
- set (xsimd_REQUIRED_VERSION 8.1.0 )
34
+ set (xsimd_REQUIRED_VERSION 9.0.1 )
35
35
if (TARGET xsimd)
36
36
set (xsimd_VERSION ${XSIMD_VERSION_MAJOR} .${XSIMD_VERSION_MINOR} .${XSIMD_VERSION_PATCH} )
37
37
# Note: This is not SEMVER compatible comparison
61
61
endif ()
62
62
63
63
find_package (xtensor-blas)
64
-
64
+
65
65
# Build
66
66
# =====
67
67
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ include_directories(${GTEST_INCLUDE_DIRS})
50
50
set (XTENSOR_SIGNAL_TESTS
51
51
main.cpp
52
52
test_config.cpp
53
- savitzky_golay_test
53
+ savitzky_golay_test.cpp
54
54
)
55
55
56
56
add_executable (test_xtensor_signal ${XTENSOR_SIGNAL_TESTS} ${XTENSOR_SIGNAL_HEADERS} )
You can’t perform that action at this time.
0 commit comments