Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAFFT
Commits
a3888fae
Commit
a3888fae
authored
Feb 01, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Linux compat
parent
7261d7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a3888fae
...
...
@@ -68,6 +68,10 @@ else( )
add_definitions
(
-DITA_BASE_STATIC -DITA_FFT_STATIC
)
endif
(
)
if
(
NOT WIN32
)
add_definitions
(
-std=gnu++11
)
endif
(
)
# linker
add_library
(
ITAFFT
${
ITAFFTHeader
}
${
ITAFFTSources
}
)
...
...
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