Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
bbaa7171
Commit
bbaa7171
authored
Jun 23, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
upd: CMakeLists definition to data sources fix
parent
39ab6e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bbaa7171
...
...
@@ -22,7 +22,7 @@ include( "src/_SourceFiles.cmake" )
include_directories
(
"include"
)
add_definitions
(
-DIEEE754_64FLOAT=1
)
add_definitions
(
-DVABASE_DLL -DITA_DATA_SOURCES_
API
-DITA_BASE_DLL -DITA_CONVOLUTION_DLL -DITA_CTC_DLL -DITA_SAMPLER_DLL -DVACORE_DLL -DVACORE_EXPORTS
)
add_definitions
(
-DVABASE_DLL -DITA_DATA_SOURCES_
DLL
-DITA_BASE_DLL -DITA_CONVOLUTION_DLL -DITA_CTC_DLL -DITA_SAMPLER_DLL -DVACORE_DLL -DVACORE_EXPORTS
)
add_library
(
VACore
${
ProjectSources
}
)
target_link_libraries
(
VACore
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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