Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITAFFT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
ITAFFT
Compare Revisions
911a20dab894b1d5f080d53a236699ad599bca19...13ac1ee9c248abac9b6377e89077159c940823f4
Source
13ac1ee9c248abac9b6377e89077159c940823f4
Select Git revision
...
Target
911a20dab894b1d5f080d53a236699ad599bca19
Select Git revision
Compare
Commits (2)
Linux compat
· a3888fae
Dipl.-Ing. Jonas Stienen
authored
Feb 01, 2017
a3888fae
Merge branch 'develop' of
https://git.rwth-aachen.de/ita/ITAFFT
into develop
· 13ac1ee9
Dipl.-Ing. Jonas Stienen
authored
Feb 21, 2017
13ac1ee9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
13ac1ee9
...
...
@@ -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
}
)
...
...