Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
cde8ebe0
Commit
cde8ebe0
authored
Oct 18, 2018
by
Vincent Pinon
Committed by
Vincent Pinon
Oct 19, 2018
Browse files
Fix MinGW build
parent
bd0a7d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/external/kiss_fft/CMakeLists.txt
View file @
cde8ebe0
# Create a static library from kiss_fft
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
--std=c99"
)
find_package
(
Qt5Core REQUIRED
)
include_directories
(
${
CMAKE_BINARY_DIR
}
)
...
...
@@ -8,3 +9,4 @@ add_library(kiss_fft STATIC
kiss_fft.c
tools/kiss_fftr.c
)
target_link_libraries
(
kiss_fft Qt5::Core
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment